summaryrefslogtreecommitdiff
path: root/htdocs/config.php.defaults
diff options
context:
space:
mode:
authordeva <deva>2008-10-06 18:13:56 +0000
committerdeva <deva>2008-10-06 18:13:56 +0000
commit415e90a2e059ea32f6851dfb9b3c018b0a731a81 (patch)
treea2e7d809f4783f521a3a985716a26a6543acfc9d /htdocs/config.php.defaults
parentcce5e7710295021b41d9aaecc503a60fb99256be (diff)
Put the webpages in.
Diffstat (limited to 'htdocs/config.php.defaults')
-rw-r--r--htdocs/config.php.defaults11
1 files changed, 11 insertions, 0 deletions
diff --git a/htdocs/config.php.defaults b/htdocs/config.php.defaults
new file mode 100644
index 0000000..e79d90d
--- /dev/null
+++ b/htdocs/config.php.defaults
@@ -0,0 +1,11 @@
+<?php
+
+$PAGE_DIR = "../pages";
+
+$DATA_DIR = "../data";
+
+$ALBUMS_DIR = "gfx/albums";
+
+$UTIL_DIR = "../utils";
+
+?> \ No newline at end of file