summaryrefslogtreecommitdiff
path: root/www-ssl/credits.php
blob: bbfa747d2c2b68a5e8a5644e1bb7a55e662d844b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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";
?>