summaryrefslogtreecommitdiff
path: root/includes/crypt.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/crypt.php')
-rwxr-xr-xincludes/crypt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/crypt.php b/includes/crypt.php
index 38867064..474cd62c 100755
--- a/includes/crypt.php
+++ b/includes/crypt.php
@@ -2,7 +2,7 @@
function PassCrypt($passwort) {
-include "./inc/config.php";
+include "./config.php";
switch ($crypt_system) {
case "crypt":