diff options
Diffstat (limited to 'www-ssl')
-rw-r--r-- | www-ssl/ShowUserPicture.php | 3 | ||||
-rw-r--r-- | www-ssl/lageplan.php | 12 |
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"; -?> |