summaryrefslogtreecommitdiff
path: root/htdocs/config.php.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/config.php.defaults')
-rw-r--r--htdocs/config.php.defaults28
1 files changed, 0 insertions, 28 deletions
diff --git a/htdocs/config.php.defaults b/htdocs/config.php.defaults
deleted file mode 100644
index 84d7c52..0000000
--- a/htdocs/config.php.defaults
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-/* -*- Mode: php; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-
-$PAGE_DIR = "../pages";
-$DATA_DIR = "../data";
-$ALBUMS_DIR = "gfx/albums";
-$ICONS_DIR = "gfx/icons";
-$MEMBERS_DIR = "gfx/members";
-$UTIL_DIR = "../utils";
-$MODULES_DIR = $UTIL_DIR . "/modules";
-
-$MODULES = array("news", "events", "pages", "gallery", "config", "icons", "members");
-
-$DEFAULT_PAGE = "news";
-
-$ADMIN_TIMEOUT = 60*60; // 60 min timeout
-
-$PRELOAD = array("gfx/biography_hover.jpg",
- "gfx/contact_hover.jpg",
- "gfx/discography_hover.jpg" ,
- "gfx/downloads_hover.jpg",
- "gfx/gallery_hover.jpg",
- "gfx/guestbook_hover.jpg",
- "gfx/live_hover.jpg",
- "gfx/members_hover.jpg",
- "gfx/news_hover.jpg",
- "gfx/shop_hover.jpg");
-?> \ No newline at end of file