From 0b8d276921e5d6905a976f1e070b2450e58ef051 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Mon, 24 Sep 2007 09:38:12 +0200 Subject: [PATCH] Fix inclusions in banana feedgen cron Signed-off-by: Florent Bruneau --- bin/cron/banana.feedgen.php | 2 +- bin/cron/connect.db.inc.php | 32 +------------------------------- 2 files changed, 2 insertions(+), 32 deletions(-) mode change 100644 => 120000 bin/cron/connect.db.inc.php diff --git a/bin/cron/banana.feedgen.php b/bin/cron/banana.feedgen.php index b573adf..1847368 100755 --- a/bin/cron/banana.feedgen.php +++ b/bin/cron/banana.feedgen.php @@ -9,7 +9,7 @@ ********************************************************************************/ require_once 'connect.db.inc.php'; -require_once dirname(__FILE__).'/../include/banana/ml.inc.php'; +require_once dirname(__FILE__).'/../../include/banana/ml.inc.php'; Banana::$mbox_helper = $globals->banana->mbox_helper; Banana::$spool_root = $globals->banana->spool_root; diff --git a/bin/cron/connect.db.inc.php b/bin/cron/connect.db.inc.php deleted file mode 100644 index 1cade25..0000000 --- a/bin/cron/connect.db.inc.php +++ /dev/null @@ -1,31 +0,0 @@ -baseurl = "https://www.polytechnique.org"; -// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: -?> diff --git a/bin/cron/connect.db.inc.php b/bin/cron/connect.db.inc.php new file mode 120000 index 0000000..55b7297 --- /dev/null +++ b/bin/cron/connect.db.inc.php @@ -0,0 +1 @@ +../connect.db.inc.php \ No newline at end of file -- 2.1.4