credits.php
changeset 13 2ff220cfde13
child 17 96a4050123d1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/credits.php	Mon Jun 04 18:43:11 2007 +0000
@@ -0,0 +1,11 @@
+<?php
+include_once("inc/config.inc.php");
+include_once("inc/header.inc.php");
+?>
+    <h2><? echo _('Credits'); ?></h2>
+
+    <p><a href="https://rejo.zenger.nl/poweradmin/">This version</a> is an adaption of the original <a href="http://www.poweradmin.org">Poweradmin</a>, version 1.2.7-patched. Poweradmin was written by <a href="http://sjeemz.nl/">Sjeemz</a> and <a href="http://www.trancer.nl/">Trancer</a>. The Poweradmin code includes patches by <a href="http://mostrey.be/">Wim Mostrey</a> and Dennis Roos. <a href="https://rejo.zenger.nl/poweradmin/">This version</a> has been patched by <a href="http://rejo.zenger.nl">Rejo Zenger</a> and includes many additional features like multi-language support, an update of the database abstraction layer, support for slave zones, support for supermasters, basic support for skins and a number of bug fixes.</p>
+    
+<?
+include_once("inc/footer.inc.php");
+?>