From 0c4794c71fded14cd098ae519bc856f3af79f89b Mon Sep 17 00:00:00 2001 From: ichdasich Date: Wed, 10 Sep 2008 15:56:20 +0000 Subject: fixed the fixable files in /nonpublic git-svn-id: svn://svn.cccv.de/engel-system@283 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/nonpublic/messages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www-ssl/nonpublic/messages.php') 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"); ?> -- cgit v1.2.3-54-g00ecf