summaryrefslogtreecommitdiff
path: root/www-ssl/index.php
blob: 194f859c09c2bdfd6dbd646cd64022fff012855e (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 ("../../27c3/includes/header.php");

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

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

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

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

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