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.
21 lines
390 B
PHP
21 lines
390 B
PHP
<?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");
|
|
?>
|
|
|
|
|