summaryrefslogtreecommitdiff
path: root/www-ssl/admin/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/admin/index.php')
-rw-r--r--www-ssl/admin/index.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/www-ssl/admin/index.php b/www-ssl/admin/index.php
index e7be285c..4e761078 100644
--- a/www-ssl/admin/index.php
+++ b/www-ssl/admin/index.php
@@ -1,12 +1,12 @@
<?php
+require_once ('../bootstrap.php');
$title = "Erzengel";
$header = "Index";
-include ("../../../camp2011/includes/header.php");
-include ("../../../camp2011/includes/funktion_db_list.php");
-
-echo "Hallo Erzengel ".$_SESSION['Nick'].",<br />\n";
+include ("includes/header.php");
+include ("includes/funktion_db_list.php");
+echo "Hallo Erzengel " . $_SESSION['Nick'] . ",<br />\n";
?>
du bist jetzt im Erzengel-Bereich. Hier kannst du die Engel-Verwaltung vornehmen.<br /><br />
@@ -14,6 +14,8 @@ du bist jetzt im Erzengel-Bereich. Hier kannst du die Engel-Verwaltung vornehmen
Bitte melde dich <a href="../logout.php">hier</a> nach getaner Arbeit immer ab, damit kein anderer hier &Auml;nderungen vornehmen kann.
<?php
-include ("../../../camp2011/includes/footer.php");
+
+
+include ("includes/footer.php");
?>