summaryrefslogtreecommitdiff
path: root/www-ssl/admin/sprache.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/admin/sprache.php')
-rwxr-xr-xwww-ssl/admin/sprache.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-ssl/admin/sprache.php b/www-ssl/admin/sprache.php
index 17dc1b69..ba09dae0 100755
--- a/www-ssl/admin/sprache.php
+++ b/www-ssl/admin/sprache.php
@@ -2,7 +2,7 @@
$title = "Sprache";
$header = "Liste der existierenden Sprcheinträge";
-include ("./inc/header.php");
+include ("../../includes/header.php");
if( !isset( $_GET["TextID"] ) )
@@ -117,6 +117,6 @@ else
}
-include ("./inc/footer.php");
+include ("../../includes/footer.php");
?>