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 5aeaee54..af52ef21 100755 --- a/www-ssl/faq.php +++ b/www-ssl/faq.php @@ -1,7 +1,7 @@ <?php $title = "Index"; $header = "FAQ"; -include ("../includes/header.php"); +include ("../../27c3/includes/header.php"); $SQL = "SELECT * FROM `FAQ`"; @@ -17,6 +17,6 @@ for ($n = 0 ; $n < $Zeilen ; $n++) { } } -include ("../includes/footer.php"); +include ("../../27c3/includes/footer.php"); ?> |