2005-09-10 19:25:43 +02:00
|
|
|
<?php
|
|
|
|
$title = "Index";
|
|
|
|
$header = "Index";
|
2008-09-10 17:43:25 +02:00
|
|
|
include ("../includes/header.php");
|
2005-09-10 19:25:43 +02:00
|
|
|
|
|
|
|
echo Get_Text("index_text1")."<br><br>";
|
|
|
|
echo Get_Text("index_text2")."<br>";
|
|
|
|
echo Get_Text("index_text3")."<br>";
|
|
|
|
|
2008-09-10 17:43:25 +02:00
|
|
|
include ("../includes/login_eingabefeld.php");
|
2005-09-10 19:25:43 +02:00
|
|
|
|
|
|
|
echo "<h6>".Get_Text("index_text4")."</h6>";
|
|
|
|
|
|
|
|
echo Get_Text("index_text5"). "<br>". $show_SSLCERT;
|
|
|
|
|
2008-09-10 17:43:25 +02:00
|
|
|
include ("../includes/footer.php");
|
2005-09-10 19:25:43 +02:00
|
|
|
?>
|
|
|
|
|
|
|
|
|