summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/messages.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/messages.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/messages.php')
-rwxr-xr-xwww-ssl/nonpublic/messages.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-ssl/nonpublic/messages.php b/www-ssl/nonpublic/messages.php
index 2e5a6e14..7d3bb7fb 100755
--- a/www-ssl/nonpublic/messages.php
+++ b/www-ssl/nonpublic/messages.php
@@ -2,7 +2,7 @@
$title = "Himmel";
$header = "";
-include ("./inc/header.php");
+include ("../../includes/header.php");
If( !isset($_GET["action"]) )
$_GET["action"] = "start";
@@ -123,5 +123,5 @@ switch( $_GET["action"])
echo Get_Text("pub_messages_NoCommand");
}
-include ("./inc/footer.php");
+include ("../../includes/footer.php");
?>