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 @@