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, 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";
+?>