summaryrefslogtreecommitdiff
path: root/www-ssl/index.php
blob: 8192e98799efa46048b6b37c60abffe663d3c393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
$title = "Index";
$header = "Index";
include ("../includes/header.php");

echo Get_Text("index_text1")."<br><br>";
echo Get_Text("index_text2")."<br>";
echo Get_Text("index_text3")."<br>";

include ("../includes/login_eingabefeld.php");

echo "<h6>".Get_Text("index_text4")."</h6>";

echo Get_Text("index_text5"). "<br>". $show_SSLCERT;

include ("../includes/footer.php");
?>