summaryrefslogtreecommitdiff
path: root/index.php
blob: 9225ec7191052c6ce008c2aedd4c74cc68743a38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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");
?>