summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/index.php
diff options
context:
space:
mode:
authorichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2008-09-10 15:56:20 +0000
committerichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2008-09-10 15:56:20 +0000
commit0c4794c71fded14cd098ae519bc856f3af79f89b (patch)
treee08c9c39c95ea1ebf5abd770e8b88d7f7c030a4a /www-ssl/nonpublic/index.php
parent83a90af93078aee26067761db11dfbb369f1e188 (diff)
fixed the fixable files in /nonpublic
git-svn-id: svn://svn.cccv.de/engel-system@283 29ba0400-6e00-0410-a75a-ca02368028f8
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 f4dee263..de833eb4 100755
--- a/www-ssl/nonpublic/index.php
+++ b/www-ssl/nonpublic/index.php
@@ -2,14 +2,14 @@
$title = "Index";
$header = "Index";
-include ("./inc/config_db.php");
-include ("./inc/crypt.php");
+include ("../../includes/config_db.php");
+include ("../../includes/crypt.php");
session_start(); // alte Session - falls vorhanden - wiederherstellen...
function LoginOK()
{
- include ("./inc/config.php");
+ include ("../../includes/config.php");
header("HTTP/1.1 302 Moved Temporarily");
header("Location: ". substr($url, 0, strlen($url)-1). $ENGEL_ROOT. "nonpublic/news.php");
}
@@ -73,11 +73,11 @@ else
$ErrorText = "pub_index_User_more_as_one";
} // Ende Check, ob User angemeldet wurde
}
-include ("./inc/header.php");
+include ("../../includes/header.php");
if( isset($ErrorText))
echo "<h2>". Get_Text($ErrorText). "</h2><br>\n";
-include ("./inc/login_eingabefeld.php");
-include ("./inc/footer.php");
+include ("../../includes/login_eingabefeld.php");
+include ("../../includes/footer.php");
?>