summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/news.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-02 01:45:19 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-02 01:45:19 +0200
commit134272dd9376a1c43053e590799efb0ea508238c (patch)
tree9c915e5c1d55b91a40309dfc7fda4346c786c4ef /www-ssl/nonpublic/news.php
parent06497b3a5387f30ea140562cc71e371b2ec1e131 (diff)
news
Diffstat (limited to 'www-ssl/nonpublic/news.php')
-rw-r--r--www-ssl/nonpublic/news.php12
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";
-?>