summaryrefslogtreecommitdiff
path: root/includes/crypt.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/crypt.php')
-rw-r--r--includes/crypt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/crypt.php b/includes/crypt.php
index d511e4f4..8de22030 100644
--- a/includes/crypt.php
+++ b/includes/crypt.php
@@ -1,6 +1,6 @@
<?php
function PassCrypt($passwort) {
- include "config.php";
+ include "../../config/config.php";
switch ($crypt_system) {
case "crypt":