[imc-sf-coders] CVS update of sf-active/sf-active/shared (sfcrons.php)

Quinten S quinten at codecoop.org
Tue Dec 27 13:45:41 PST 2005


    Date: Tuesday, December 27, 2005 @ 22:45:41
  Author: quinten
    Path: /cvsroot/sf-active/sf-active/sf-active/shared

Modified: sfcrons.php

fixed improper hard-coded address


Index: sf-active/sf-active/shared/sfcrons.php
diff -u sf-active/sf-active/shared/sfcrons.php:1.3 sf-active/sf-active/shared/sfcrons.php:1.4
--- sf-active/sf-active/shared/sfcrons.php:1.3	Tue Aug 23 21:59:18 2005
+++ sf-active/sf-active/shared/sfcrons.php	Tue Dec 27 22:45:41 2005
@@ -23,7 +23,7 @@
 * @package	cron
 */
 
-include_once('/www/sf-active/shared.v094/sfcrons.cfg');
+include_once('/www/sf-active/shared/sfcrons.cfg');
 
 if ($_SERVER['argc'] == 2 ) {
 	$run = $_SERVER['argv'][1];


More information about the imc-sf-coders mailing list