summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-03 16:30:00 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-03 16:30:00 +0200
commit7bee3ce4d20a569e76ad6405e3cafa4aebe23c58 (patch)
tree8213a0690894394b8f79b983b9a3c2ffd75bd20e /www-ssl
parent7a6f4b2750465da6f59b13aefa575d734f5471f3 (diff)
config cleanup, removed unused files
Diffstat (limited to 'www-ssl')
-rw-r--r--www-ssl/ShowUserPicture.php3
-rw-r--r--www-ssl/lageplan.php12
2 files changed, 3 insertions, 12 deletions
diff --git a/www-ssl/ShowUserPicture.php b/www-ssl/ShowUserPicture.php
index 96b1092a..5a222c07 100644
--- a/www-ssl/ShowUserPicture.php
+++ b/www-ssl/ShowUserPicture.php
@@ -1,4 +1,7 @@
<?php
+// Momentan keine Avatar-Funktionen
+die();
+
require_once ('bootstrap.php');
include "config/config.php";
diff --git a/www-ssl/lageplan.php b/www-ssl/lageplan.php
deleted file mode 100644
index 3d1260c1..00000000
--- a/www-ssl/lageplan.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-require_once ('bootstrap.php');
-
-$title = "Index";
-$header = "Lageplan";
-include "includes/header.php";
-
-echo "<p>" . Get_Text("lageplan_text1") . "</p>";
-echo "<p><img src=\"./pic/lageplan/lageplan.jpg\" alt=\"\" />";
-
-include "includes/footer.php";
-?>