diff options
Diffstat (limited to 'scire')
-rw-r--r-- | scire/login.php | 3 |
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'); |