summaryrefslogtreecommitdiffstats
path: root/conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf.php')
-rw-r--r--conf.php3
1 files changed, 3 insertions, 0 deletions
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';