Merge branch 'dev' of /home/macgirvin/z into dev

This commit is contained in:
nobody 2020-10-07 22:40:26 -07:00
commit c53ed534c1

View file

@ -608,6 +608,10 @@ define ( 'DBTYPE_POSTGRES', 1 );
function sys_boot() {
// this file may not exist
@include('.htstartup.php');
// our central App object
App::init();