summaryrefslogtreecommitdiff
path: root/www-ssl/index.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-01 13:36:24 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-01 13:36:24 +0200
commit550467697f8b3ae0b5d15d1d3a2bc3f83b003ff8 (patch)
tree01a0c607cb079d61de8e96d8ee70c4b1a014ecfa /www-ssl/index.php
parent75448045cfe70054c8f4bae1bcfaf9bb0f70d330 (diff)
html5
Diffstat (limited to 'www-ssl/index.php')
-rw-r--r--www-ssl/index.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/www-ssl/index.php b/www-ssl/index.php
index e61db41a..4a34643c 100644
--- a/www-ssl/index.php
+++ b/www-ssl/index.php
@@ -1,15 +1,15 @@
<?php
- $title = "Index";
- $header = "Index";
- include "../../camp2011/includes/header.php";
+ $title = "Start";
+ $header = "Start";
+ include "../includes/header.php";
echo "<p>" . Get_Text("index_text1") . "</p>\n";
echo "<p>" . Get_Text("index_text2") . "</p>\n";
echo "<p>" . Get_Text("index_text3") . "</p>\n";
- include "../../camp2011/includes/login_eingabefeld.php";
+ include "../includes/login_eingabefeld.php";
echo "<h6>" . Get_Text("index_text4") . "</h6>";
- include "../../camp2011/includes/footer.php";
+ include "../includes/footer.php";
?>