You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
385 B
PHP
20 lines
385 B
PHP
<?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");
|
|
?>
|
|
|
|
|