| Posted by roger.moon2 on 04/25/07 19:32 
So I wrote a script to run via crontab but when it tries to checkwhether a file exists like below:
 
 if (!file_exists("settings.ini"))
 return false;
 
 it checks whether the file exists in $HOME not in /home/user/files/
 scripts/ where the original file is been executed from:
 
 00 20 * * 1 /usr/local/bin/php /home/user/files/scripts/check.php > /
 dev/null 2>&1
 
 Why is that?
  Navigation: [Reply to this message] |