summaryrefslogtreecommitdiff
path: root/www-ssl/credits.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-01 15:25:05 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-01 15:25:05 +0200
commitee3080a861fb4ac95a7cd6ef5f666798ed63c0ab (patch)
tree5964207dd45fc2acbebcddf89c5c785a13aa137e /www-ssl/credits.php
parent9ee80208718277954a066be26e10c5be881cc50b (diff)
credit page
Diffstat (limited to 'www-ssl/credits.php')
-rw-r--r--www-ssl/credits.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/www-ssl/credits.php b/www-ssl/credits.php
new file mode 100644
index 00000000..bbfa747d
--- /dev/null
+++ b/www-ssl/credits.php
@@ -0,0 +1,18 @@
+<?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";
+?>