summaryrefslogtreecommitdiff
path: root/www-ssl/index.php
blob: cdec1559cf33b2dcb1c292a90c2ed700782162ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
require_once ('bootstrap.php');

$title = "Start";
$header = "Start";
include "includes/header.php";

echo "<p>" . Get_Text("index_text1") . "</p>\n";
echo "<p>" . Get_Text("index_text2") . "</p>\n";
echo "<p>" . Get_Text("index_text3") . "</p>\n";

include "includes/login_eingabefeld.php";

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

include "includes/footer.php";
?>