- Timestamp:
- 07/18/09 09:11:42 (12 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/cron/cron_fetcher.php
r408 r430 16 16 //echo "Edit the \$KB_HOME and remove this line and the next\n"; 17 17 //die(); 18 $KB_HOME = ereg_replace('[/\\]cron$', '', getcwd());18 $KB_HOME = preg_replace('/[\/\\\\]cron$/', '', getcwd()); 19 19 chdir($KB_HOME); 20 20