diff options
author | deva <deva> | 2008-10-06 18:13:56 +0000 |
---|---|---|
committer | deva <deva> | 2008-10-06 18:13:56 +0000 |
commit | 415e90a2e059ea32f6851dfb9b3c018b0a731a81 (patch) | |
tree | a2e7d809f4783f521a3a985716a26a6543acfc9d /forum/htdocs/config.php.defaults | |
parent | cce5e7710295021b41d9aaecc503a60fb99256be (diff) |
Put the webpages in.
Diffstat (limited to 'forum/htdocs/config.php.defaults')
-rw-r--r-- | forum/htdocs/config.php.defaults | 9 |
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"; +?> |