summaryrefslogtreecommitdiff
path: root/www-ssl/lageplan.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/lageplan.php')
-rw-r--r--www-ssl/lageplan.php12
1 files changed, 0 insertions, 12 deletions
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";
-?>