cvs: docweb /include/rfc rfc-cron.php
[email protected] ("Vincent Gevers")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsvincent1122736100@cvsserver> |
vincent Sat Jul 30 11:08:20 2005 EDT
Modified files:
/docweb/include/rfc rfc-cron.php
Log:
run this script in cli mode
http://cvs.php.net/diff.php/docweb/include/rfc/rfc-cron.php?r1=1.4&r2=1.5&ty=u
Index: docweb/include/rfc/rfc-cron.php
diff -u docweb/include/rfc/rfc-cron.php:1.4 docweb/include/rfc/rfc-cron.php:1.5
--- docweb/include/rfc/rfc-cron.php:1.4 Sat Jul 30 10:42:35 2005
+++ docweb/include/rfc/rfc-cron.php Sat Jul 30 11:08:19 2005
@@ -22,14 +22,15 @@
* @author Tobias Schlitt <[email protected]>
* @copyright Copyright (c) 1997-2004 The PHP Group
* @license http://www.php.net/license/3_0.txt PHP License
- * @version $Id: rfc-cron.php,v 1.4 2005/07/30 14:42:35 vincent Exp $
+ * @version $Id: rfc-cron.php,v 1.5 2005/07/30 15:08:19 vincent Exp $
*/
/*
* This file needs to run every day
* the system expects it to run at 0 am
*/
-
+
+$inCli = true;
$path = realpath(dirname(__FILE__));
require_once $path . '/../../include/rfc/rfc.php';