summaryrefslogtreecommitdiff
path: root/includes/crypt.php
diff options
context:
space:
mode:
authorichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2008-09-27 19:29:08 +0000
committerichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2008-09-27 19:29:08 +0000
commit41dee8c9c3a2d75b723d191dcc1c8b65793c8096 (patch)
treef39fa1ff0bc3ca6deab84b8ea8a94361a961292d /includes/crypt.php
parent714123af337eb7ac1600963282d89c84232b7192 (diff)
fixes in ../includes
git-svn-id: svn://svn.cccv.de/engel-system@300 29ba0400-6e00-0410-a75a-ca02368028f8
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 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":