summaryrefslogtreecommitdiff
path: root/www-ssl/index.php
diff options
context:
space:
mode:
authorMoritz helios Rudert <helios@planetcyborg.de>2011-06-01 12:13:39 +0200
committerMoritz helios Rudert <helios@planetcyborg.de>2011-06-01 12:13:39 +0200
commit75448045cfe70054c8f4bae1bcfaf9bb0f70d330 (patch)
tree6a4d3d35019cdf933c1816e8522dc5d2557f5238 /www-ssl/index.php
parent12e0b0d809c29d435a247798d7318cc9835980ea (diff)
fixes
Diffstat (limited to 'www-ssl/index.php')
-rw-r--r--[-rwxr-xr-x]www-ssl/index.php22
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";
?>
-
-