summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/index.php
diff options
context:
space:
mode:
authorroot <root@www.engelsystem.de>2011-05-26 00:52:57 +0200
committerroot <root@www.engelsystem.de>2011-05-26 00:52:57 +0200
commitce81776fbcf3c0fb89af20d431c1910cc11bb43d (patch)
treeb449877c898ccc8f04999f332a42b947f6d138d1 /www-ssl/nonpublic/index.php
parentab741029c8d330ee7b2451ea8e0abf71b6f7936a (diff)
local changes for spezial includes camp-version
Diffstat (limited to 'www-ssl/nonpublic/index.php')
-rwxr-xr-xwww-ssl/nonpublic/index.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/www-ssl/nonpublic/index.php b/www-ssl/nonpublic/index.php
index 4ed00ee7..1072e2d6 100755
--- a/www-ssl/nonpublic/index.php
+++ b/www-ssl/nonpublic/index.php
@@ -2,14 +2,14 @@
$title = "Index";
$header = "Index";
-include ("../../../27c3/includes/config_db.php");
-include ("../../../27c3/includes/crypt.php");
+include ("../../../camp2011/includes/config_db.php");
+include ("../../../camp2011/includes/crypt.php");
session_start(); // alte Session - falls vorhanden - wiederherstellen...
function LoginOK()
{
- include ("../../../27c3/includes/config.php");
+ include ("../../../camp2011/includes/config.php");
header("HTTP/1.1 302 Moved Temporarily");
header("Location: ". $url. $ENGEL_ROOT. "nonpublic/news.php");
}
@@ -73,11 +73,11 @@ else
$ErrorText = "pub_index_User_more_as_one";
} // Ende Check, ob User angemeldet wurde
}
-include ("../../../27c3/includes/header.php");
+include ("../../../camp2011/includes/header.php");
if( isset($ErrorText))
echo "<h2>". Get_Text($ErrorText). "</h2><br>\n";
-include ("../../../27c3/includes/login_eingabefeld.php");
-include ("../../../27c3/includes/footer.php");
+include ("../../../camp2011/includes/login_eingabefeld.php");
+include ("../../../camp2011/includes/footer.php");
?>