credits.php
author rejo
Mon, 25 Jun 2007 19:56:50 +0000
changeset 23 4abaed69febd
parent 21 31e17a9406eb
child 26 5d63f1e71d6e
permissions -rw-r--r--
[feladat @ 70] Changed default TTL from 3600 to 86400. Changed max number of records on a single screen from 500 to 50. Added print of version number to footer.

<?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>

    <p>Thanks to Koert Buijzer (ideas on sql performance improvements) and Balazs Petrikovics (for bugreports and patches).</p>

<?
include_once("inc/footer.inc.php");
?>