From 75448045cfe70054c8f4bae1bcfaf9bb0f70d330 Mon Sep 17 00:00:00 2001 From: Moritz helios Rudert Date: Wed, 1 Jun 2011 12:13:39 +0200 Subject: fixes --- www-ssl/index.php | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) mode change 100755 => 100644 www-ssl/index.php (limited to 'www-ssl/index.php') diff --git a/www-ssl/index.php b/www-ssl/index.php old mode 100755 new mode 100644 index 56e7223b..e61db41a --- a/www-ssl/index.php +++ b/www-ssl/index.php @@ -1,19 +1,15 @@
"; -echo Get_Text("index_text2")."
"; -echo Get_Text("index_text3")."
"; + echo "

" . Get_Text("index_text1") . "

\n"; + echo "

" . Get_Text("index_text2") . "

\n"; + echo "

" . Get_Text("index_text3") . "

\n"; -include ("../../camp2011/includes/login_eingabefeld.php"); + include "../../camp2011/includes/login_eingabefeld.php"; -echo "
".Get_Text("index_text4")."
"; + echo "
" . Get_Text("index_text4") . "
"; -//echo Get_Text("index_text5"). "
". $show_SSLCERT; - -include ("../../camp2011/includes/footer.php"); + include "../../camp2011/includes/footer.php"; ?> - - -- cgit v1.2.3-70-g09d2