diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/index.php b/index.php deleted file mode 100755 index 9225ec71..00000000 --- a/index.php +++ /dev/null @@ -1,20 +0,0 @@ -<?php -$title = "Index"; -$header = "Index"; -$Page["Public"] = "Y"; -include ("./inc/header.php"); - -echo Get_Text("index_text1")."<br><br>"; -echo Get_Text("index_text2")."<br>"; -echo Get_Text("index_text3")."<br>"; - -include ("./inc/login_eingabefeld.php"); - -echo "<h6>".Get_Text("index_text4")."</h6>"; - -echo Get_Text("index_text5"). "<br>". $show_SSLCERT; - -include ("./inc/footer.php"); -?> - - |