summaryrefslogtreecommitdiff
path: root/forum/htdocs/config.php.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'forum/htdocs/config.php.defaults')
-rw-r--r--forum/htdocs/config.php.defaults9
1 files changed, 9 insertions, 0 deletions
diff --git a/forum/htdocs/config.php.defaults b/forum/htdocs/config.php.defaults
new file mode 100644
index 0000000..512758f
--- /dev/null
+++ b/forum/htdocs/config.php.defaults
@@ -0,0 +1,9 @@
+<?php
+$UTIL_DIR = "../../forum/utils";
+$DATA_DIR = "../../forum/data";
+$FORUMS_DIR = "../../forum/data/forum";
+$ADMIN_TIMEOUT = 100000;
+$PERMSTORE = $DATA_DIR . "/files";
+$IMAGECACHE = $DATA_DIR . "/imagecache";
+$LOG_FILE = $DATA_DIR . "/forum.log";
+?>