diff options
Diffstat (limited to 'includes/crypt.php')
-rwxr-xr-x | includes/crypt.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/crypt.php b/includes/crypt.php index 474cd62c..9707e719 100755 --- a/includes/crypt.php +++ b/includes/crypt.php @@ -2,7 +2,7 @@ function PassCrypt($passwort) { -include "./config.php"; +include "config.php"; switch ($crypt_system) { case "crypt": |