summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Cody <codeman@gentoo.org>2008-02-16 21:14:12 +0000
committerPreston Cody <codeman@gentoo.org>2008-02-16 21:14:12 +0000
commit4edc98f9e3b5116c2bc06db38c1547e36695725e (patch)
tree01df9f18b5692379cae5a9ebd9880a794cef4d1b
parentconfig.php is now an example config. the real (diff)
downloadscire-4edc98f9e3b5116c2bc06db38c1547e36695725e.tar.gz
scire-4edc98f9e3b5116c2bc06db38c1547e36695725e.tar.bz2
scire-4edc98f9e3b5116c2bc06db38c1547e36695725e.zip
switching location for config.php
svn path=/trunk/; revision=354
-rw-r--r--scire/login.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/scire/login.php b/scire/login.php
index f85f7ed..264fbdc 100644
--- a/scire/login.php
+++ b/scire/login.php
@@ -1,6 +1,7 @@
<?php
# Configuration
-require_once('.lib/config.php');
+$CONFIG_DIR='/etc/scire';
+require_once($CONFIG_DIR.'/config.php');
# Functions
require_once('.lib/functions.php');