Changeset 297 for devel/cron.php

Show
Ignore:
Timestamp:
04/24/06 00:10:21 (3 years ago)
Author:
carmartin
Message:

Includes should use full path given that we know where things are. Patch 2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/cron.php

    r269 r297  
    88$starttime = microtime(); 
    99 
    10 require_once('includes.php'); 
     10require_once(dirname(__FILE__)."/includes.php"); 
    1111 
    1212$timenow  = time();