From cda7dfc488ca04a807162c97c9b04687413fd2b3 Mon Sep 17 00:00:00 2001 From: Ayolo Date: Wed, 1 Aug 2007 20:45:06 +0000 Subject: [PATCH] bleh --- phpcron/hourly.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpcron/hourly.php b/phpcron/hourly.php index 1ce95b0b9..7362f79ec 100644 --- a/phpcron/hourly.php +++ b/phpcron/hourly.php @@ -10,10 +10,10 @@ define('MAGPIE_CACHE_AGE', 50*60); //50minutes pour etre certain d'avoir un truc define('MAGPIE_OUTPUT_ENCODING', "UTF-8"); define('MAX_NUM',20); define('MAX_SUM_LENGHT',200); -$_SERVER['SCRIPT_FILENAME']="/var/www/ae/www/ae2/phpcron" +$_SERVER['SCRIPT_FILENAME']="/var/www/ae/www/ae2/phpcron"; -include($topdir. "include/site.inc.php"); -include($topdir. "include/lib/magpierss/rss_fetch.inc.php"); +require_once($topdir. "include/site.inc.php"); +require_once($topdir. "include/lib/magpierss/rss_fetch.inc.php"); $site = new site (); -- GitLab