From b6d042a0ccb3b3d8c7bd36a0b38483f15fe940c9 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 5 Sep 2012 18:19:22 +0000 Subject: fix check of $typelink, relative to upload dir; explicit Web app own path. --- conf.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf.php') diff --git a/conf.php b/conf.php index b8fd708..a644ed8 100644 --- a/conf.php +++ b/conf.php @@ -18,6 +18,9 @@ * */ +/** Where is the current app located. */ +$g_webapp_dir = '/var/www/bs'; + /** Full system path where packages are uploaded. */ $upload_dir = '/var/lib/schedbot/uploads'; -- cgit v1.2.1