diff options
Diffstat (limited to 'www-ssl/nonpublic/news.php')
-rw-r--r-- | www-ssl/nonpublic/news.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www-ssl/nonpublic/news.php b/www-ssl/nonpublic/news.php deleted file mode 100644 index 16006c52..00000000 --- a/www-ssl/nonpublic/news.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php -require_once ('../bootstrap.php'); - -$title = "News"; -$header = "News"; -include "includes/header.php"; - -echo "<a href=\"#Neu\">" . Get_Text(3) . "</a>"; -include "news_output.php"; - -include "includes/footer.php"; -?> |