diff options
Diffstat (limited to 'www-ssl/index.php')
-rw-r--r--[-rwxr-xr-x] | www-ssl/index.php | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/www-ssl/index.php b/www-ssl/index.php index 56e7223b..e61db41a 100755..100644 --- a/www-ssl/index.php +++ b/www-ssl/index.php @@ -1,19 +1,15 @@ <?php -$title = "Index"; -$header = "Index"; -include ("../../camp2011/includes/header.php"); + $title = "Index"; + $header = "Index"; + include "../../camp2011/includes/header.php"; -echo Get_Text("index_text1")."<br><br>"; -echo Get_Text("index_text2")."<br>"; -echo Get_Text("index_text3")."<br>"; + 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 "../../camp2011/includes/login_eingabefeld.php"; -echo "<h6>".Get_Text("index_text4")."</h6>"; + echo "<h6>" . Get_Text("index_text4") . "</h6>"; -//echo Get_Text("index_text5"). "<br>". $show_SSLCERT; - -include ("../../camp2011/includes/footer.php"); + include "../../camp2011/includes/footer.php"; ?> - - |