diff options
Diffstat (limited to 'htdocs/config.php.defaults')
-rw-r--r-- | htdocs/config.php.defaults | 11 |
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 |