summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scire/login.php')
-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');