summaryrefslogtreecommitdiff
path: root/www-ssl/index.php
blob: 4a34643c6b8bd3f6194f9d8099c1fb8c1b6b4108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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";
?>