equal
deleted
inserted
replaced
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'); |