summaryrefslogtreecommitdiff
path: root/www-ssl/credits.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/credits.php')
-rw-r--r--www-ssl/credits.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/www-ssl/credits.php b/www-ssl/credits.php
deleted file mode 100644
index bbfa747d..00000000
--- a/www-ssl/credits.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-require_once ('bootstrap.php');
-
-$title = "Credits";
-$header = "Credits";
-include "includes/header.php";
-?>
-<h1>The angelsystem has been (re)done by:</h1>
-<ul>
- <li>?</li>
- <li>helios</li>
- <li>msquare</li>
-</ul>
-<?php
-
-
-include "includes/footer.php";
-?>