From: Rene R. <ren...@us...> - 2003-01-08 15:55:55
|
Update of /cvsroot/bobs/bobs/cron In directory sc8-pr-cvs1:/tmp/cvs-serv16016/cron Modified Files: backup.php.in Log Message: Fix database creation. All files should now be visible in the browser. Fix backup.php to have a full tag Index: backup.php.in =================================================================== RCS file: /cvsroot/bobs/bobs/cron/backup.php.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- backup.php.in 22 Dec 2002 01:54:51 -0000 1.4 +++ backup.php.in 8 Jan 2003 15:55:50 -0000 1.5 @@ -1,5 +1,5 @@ #!/usr/bin/php -<? +<?php // This has to be correct. // Can't get siteroot from class_config because this file |