From ed10c11dee6a5f0b25e7d80e2c07efacd221af57 Mon Sep 17 00:00:00 2001 From: Mitsukarenai Date: Sat, 23 Mar 2013 15:07:02 +0100 Subject: [PATCH] define RSS_FILE in config --- 0.3/config.php | 1 + 0.3/functions.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/0.3/config.php b/0.3/config.php index cc6006c..a50fc8e 100755 --- a/0.3/config.php +++ b/0.3/config.php @@ -4,6 +4,7 @@ if(!defined('ROOT_DIR')) define('ROOT_DIR', dirname($_SERVER['SCRIPT_FILENAME'])); } define('LOCAL_URI', ''); +if (!defined('RSS_FILE')) define('RSS_FILE', 'rss.xml'); date_default_timezone_set('Europe/Paris'); setlocale(LC_TIME, 'fr_FR.UTF-8', 'fr_FR', 'fr'); diff --git a/0.3/functions.php b/0.3/functions.php index e1d8f38..8073e9d 100755 --- a/0.3/functions.php +++ b/0.3/functions.php @@ -1,5 +1,5 @@