diff options
Diffstat (limited to 'www-ssl/faq.php')
-rwxr-xr-x | www-ssl/faq.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-ssl/faq.php b/www-ssl/faq.php index 50c42552..5aeaee54 100755 --- a/www-ssl/faq.php +++ b/www-ssl/faq.php @@ -1,7 +1,7 @@ <?php $title = "Index"; $header = "FAQ"; -include ("./inc/header.php"); +include ("../includes/header.php"); $SQL = "SELECT * FROM `FAQ`"; @@ -17,6 +17,6 @@ for ($n = 0 ; $n < $Zeilen ; $n++) { } } -include ("./inc/footer.php"); +include ("../includes/footer.php"); ?> |