summaryrefslogtreecommitdiff
path: root/www-ssl/admin/index.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-01 15:02:00 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-01 15:02:00 +0200
commite050c0dc7f4c70b13596f8e940a31a9678bb3b52 (patch)
treece222f80b4c02d48c1990392627383f63a08a6e9 /www-ssl/admin/index.php
parenta537f4bf73101c467af3b01db32fcdb9fd0a91ce (diff)
bootstrapping
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");
?>