summaryrefslogtreecommitdiff
path: root/includes/crypt.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-01 14:30:29 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-01 14:30:29 +0200
commit6ebee2c46ba11ce42e85b830189346b13514d497 (patch)
treee76538b0f667f29f859585af7998288cfcbd26e4 /includes/crypt.php
parent550467697f8b3ae0b5d15d1d3a2bc3f83b003ff8 (diff)
bootstrapping
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":