summaryrefslogtreecommitdiff
path: root/www-ssl/faq.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/faq.php')
-rwxr-xr-xwww-ssl/faq.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-ssl/faq.php b/www-ssl/faq.php
index af52ef21..5bb6824e 100755
--- a/www-ssl/faq.php
+++ b/www-ssl/faq.php
@@ -1,7 +1,7 @@
<?php
$title = "Index";
$header = "FAQ";
-include ("../../27c3/includes/header.php");
+include ("../../camp2011/includes/header.php");
$SQL = "SELECT * FROM `FAQ`";
@@ -17,6 +17,6 @@ for ($n = 0 ; $n < $Zeilen ; $n++) {
}
}
-include ("../../27c3/includes/footer.php");
+include ("../../camp2011/includes/footer.php");
?>