credits.php
author rejo
Mon, 24 Dec 2007 21:07:38 +0000
changeset 44 f8886b13c495
parent 39 7c2b82bff121
child 47 ae140472d97c
permissions -rw-r--r--
[feladat @ 91] Fixing some language issues. Translations not working due to wrong file names, see r89 as well. Fixing two broken references in menu and list_zones.php.

<?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 Peter Beernink, Koert Buijze, Jasper van Erven Dorens, John Morris and Balazs Petrikovics for bug reports, patches and good ideas.</p>

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