summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/news.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/nonpublic/news.php')
-rwxr-xr-xwww-ssl/nonpublic/news.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/www-ssl/nonpublic/news.php b/www-ssl/nonpublic/news.php
deleted file mode 100755
index 2f04d22c..00000000
--- a/www-ssl/nonpublic/news.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-$title = "Himmel";
-$header = "News";
-include ("../../includes/header.php");
-
-
-echo "<a href=\"#Neu\">".Get_Text(3)."</a>";
-include ("news_output.php");
-
-include ("../../includes/footer.php");
-?>