diff options
Diffstat (limited to 'www-ssl/admin/news.php')
-rwxr-xr-x | www-ssl/admin/news.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-ssl/admin/news.php b/www-ssl/admin/news.php index 91596cb5..ba79150b 100755 --- a/www-ssl/admin/news.php +++ b/www-ssl/admin/news.php @@ -2,8 +2,8 @@ $title = "Newsverwaltung"; $header = "Verwaltung der News"; -include ("./inc/header.php"); -include ("./inc/funktion_db_list.php"); +include ("../../includes/header.php"); +include ("../../includes/funktion_db_list.php"); if (!IsSet($_GET["action"])) @@ -117,6 +117,6 @@ else } }// IF-ELSE -include ("./inc/footer.php"); +include ("../../includes/footer.php"); ?> |