summaryrefslogtreecommitdiff
path: root/www-ssl/index.php
blob: 56e7223b33ac1b9ccabbf4997eb8f7af8a805433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
$title = "Index";
$header = "Index";
include ("../../camp2011/includes/header.php");

echo Get_Text("index_text1")."<br><br>";
echo Get_Text("index_text2")."<br>";
echo Get_Text("index_text3")."<br>";

include ("../../camp2011/includes/login_eingabefeld.php");

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

//echo Get_Text("index_text5"). "<br>". $show_SSLCERT;

include ("../../camp2011/includes/footer.php");
?>