summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2008-09-10 15:43:25 +0000
committerichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2008-09-10 15:43:25 +0000
commit83a90af93078aee26067761db11dfbb369f1e188 (patch)
treef5ffa31b2d43f8173f496daefc0acfda72c8facc /www-ssl
parentb00d5b96c6d33572b6d7c68688d6d1c4fbd0f0f4 (diff)
fixed most of the files in http-root and includes
git-svn-id: svn://svn.cccv.de/engel-system@282 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
l---------www-ssl/admin/inc1
-rwxr-xr-xwww-ssl/faq.php4
-rwxr-xr-xwww-ssl/index.php6
-rwxr-xr-xwww-ssl/lageplan.php4
-rwxr-xr-xwww-ssl/logout.php2
-rwxr-xr-xwww-ssl/makeuser.php10
l---------www-ssl/nonpublic/inc1
7 files changed, 13 insertions, 15 deletions
diff --git a/www-ssl/admin/inc b/www-ssl/admin/inc
deleted file mode 120000
index 22dc542a..00000000
--- a/www-ssl/admin/inc
+++ /dev/null
@@ -1 +0,0 @@
-../inc \ No newline at end of file
diff --git a/www-ssl/faq.php b/www-ssl/faq.php
index 50c42552..5aeaee54 100755
--- a/www-ssl/faq.php
+++ b/www-ssl/faq.php
@@ -1,7 +1,7 @@
<?php
$title = "Index";
$header = "FAQ";
-include ("./inc/header.php");
+include ("../includes/header.php");
$SQL = "SELECT * FROM `FAQ`";
@@ -17,6 +17,6 @@ for ($n = 0 ; $n < $Zeilen ; $n++) {
}
}
-include ("./inc/footer.php");
+include ("../includes/footer.php");
?>
diff --git a/www-ssl/index.php b/www-ssl/index.php
index f4de90ce..8192e987 100755
--- a/www-ssl/index.php
+++ b/www-ssl/index.php
@@ -1,19 +1,19 @@
<?php
$title = "Index";
$header = "Index";
-include ("./inc/header.php");
+include ("../includes/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");
+include ("../includes/login_eingabefeld.php");
echo "<h6>".Get_Text("index_text4")."</h6>";
echo Get_Text("index_text5"). "<br>". $show_SSLCERT;
-include ("./inc/footer.php");
+include ("../includes/footer.php");
?>
diff --git a/www-ssl/lageplan.php b/www-ssl/lageplan.php
index c8a7e08c..03aacf79 100755
--- a/www-ssl/lageplan.php
+++ b/www-ssl/lageplan.php
@@ -1,11 +1,11 @@
<?php
$title = "Index";
$header = "Lageplan";
-include ("./inc/header.php");
+include ("../includes/header.php");
echo "<p>". Get_Text("lageplan_text1"). "</p>";
echo "<p><img src=\"./pic/lageplan/lageplan.jpg\"/>.";
-include ("./inc/footer.php");
+include ("../includes/footer.php");
?>
diff --git a/www-ssl/logout.php b/www-ssl/logout.php
index d8fe10a8..38b3b575 100755
--- a/www-ssl/logout.php
+++ b/www-ssl/logout.php
@@ -1,5 +1,5 @@
<?php
-include ("./inc/config.php");
+include ("../includes/config.php");
// Die Session zerstoeren...
session_start();
diff --git a/www-ssl/makeuser.php b/www-ssl/makeuser.php
index 70f56e3b..347403de 100755
--- a/www-ssl/makeuser.php
+++ b/www-ssl/makeuser.php
@@ -2,10 +2,10 @@
$title = "Anmeldung zum Chaos-Engel";
$header = "";
$success = "none";
-include ("./inc/config.php");
-include ("./inc/header.php");
-include ("./inc/config_db.php");
-include ("./inc/crypt.php");
+include ("../includes/config.php");
+include ("../includes/header.php");
+include ("../includes/config_db.php");
+include ("../includes/crypt.php");
if( isset($_POST["send"]))
@@ -194,6 +194,6 @@ echo "\t\t</table>\n";
echo "\t</form>\n";
Print_Text("makeuser_text3");
}
-include ("./inc/footer.php");
+include ("../includes/footer.php");
?>
diff --git a/www-ssl/nonpublic/inc b/www-ssl/nonpublic/inc
deleted file mode 120000
index 22dc542a..00000000
--- a/www-ssl/nonpublic/inc
+++ /dev/null
@@ -1 +0,0 @@
-../inc \ No newline at end of file