includes/common.php
changeset 191 3dbe848431b0
parent 155 87bffacdfb92
child 193 ebe99e82a59a
child 195 eec079676fe7
equal deleted inserted replaced
190:e858bacb5cfa 191:3dbe848431b0
    65   function dc_stop_timer($m) { return false; }
    65   function dc_stop_timer($m) { return false; }
    66 }
    66 }
    67 
    67 
    68 if ( file_exists( ENANO_ROOT . '/_nightly.php') )
    68 if ( file_exists( ENANO_ROOT . '/_nightly.php') )
    69   require(ENANO_ROOT.'/_nightly.php');
    69   require(ENANO_ROOT.'/_nightly.php');
       
    70 
       
    71 // List of scheduled tasks
       
    72 $cron_tasks = array();
    70 
    73 
    71 // Start including files. LOTS of files. Yeah!
    74 // Start including files. LOTS of files. Yeah!
    72 require_once(ENANO_ROOT.'/includes/constants.php');
    75 require_once(ENANO_ROOT.'/includes/constants.php');
    73 dc_here('Enano CMS '.$version.' (dev) - debug window<br />Powered by debugConsole');
    76 dc_here('Enano CMS '.$version.' (dev) - debug window<br />Powered by debugConsole');
    74 dc_here('common: including files');
    77 dc_here('common: including files');