Changeset 1525 for websites/pbidir.com/bibivu/sbin/cron.php
- Timestamp:
- 03/04/08 05:02:19 (9 months ago)
- Files:
-
- 1 modified
-
websites/pbidir.com/bibivu/sbin/cron.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websites/pbidir.com/bibivu/sbin/cron.php
r1382 r1525 59 59 60 60 $now = @getdate(time()); 61 61 62 if (array_search($now['minutes'], $job['minutes']) !== false && 62 63 array_search($now['hours'], $job['hours']) !== false && … … 70 71 } 71 72 72 //this function will parse the script73 //to figure out if it needs to be executed via PHP or via exec()74 75 73 private function run($command){ 76 74 if (substr(PHP_OS, 0, 3) == 'WIN'){
