credits.php
author rejo
Mon, 23 Jul 2007 22:05:19 +0000
changeset 38 cf767482333a
parent 36 4ec5ab29f634
child 39 7c2b82bff121
permissions -rw-r--r--
[feladat @ 85] The type of zone wasn't show to users with access level 1. If a user with access level 1 did have access to a slave zone the user did not see the IP of the master nameserver of that zone. Now the user will the IP address (readonly and only if one is set). Bugfix. If no master IP for a slave zone is given, a warning is shown regardless of the userlevel. Bugfix. Both the "add record" and "edit record" buttons in the "edit zone" screen is no longer available for users with level 1 for domains of type "slave". Bug report by Antonio Prado. Some PHP and HTML cleanup (removing of empty tags and unnecessary repeatings of calls to a single function).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13
2ff220cfde13 [feladat @ 60]
rejo
parents:
diff changeset
     1
<?php
2ff220cfde13 [feladat @ 60]
rejo
parents:
diff changeset
     2
include_once("inc/config.inc.php");
2ff220cfde13 [feladat @ 60]
rejo
parents:
diff changeset
     3
include_once("inc/header.inc.php");
2ff220cfde13 [feladat @ 60]
rejo
parents:
diff changeset
     4
?>
2ff220cfde13 [feladat @ 60]
rejo
parents:
diff changeset
     5
    <h2><? echo _('Credits'); ?></h2>
2ff220cfde13 [feladat @ 60]
rejo
parents:
diff changeset
     6
2ff220cfde13 [feladat @ 60]
rejo
parents:
diff changeset
     7
    <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>
17
96a4050123d1 [feladat @ 64]
rejo
parents: 13
diff changeset
     8
36
4ec5ab29f634 [feladat @ 83]
rejo
parents: 29
diff changeset
     9
    <p>Thanks to Peter Beernink, Koert Buijzer, Jasper van Erven Dorens, John Morris and Balazs Petrikovics for bug reports, patches and good ideas.</p>
17
96a4050123d1 [feladat @ 64]
rejo
parents: 13
diff changeset
    10
13
2ff220cfde13 [feladat @ 60]
rejo
parents:
diff changeset
    11
<?
2ff220cfde13 [feladat @ 60]
rejo
parents:
diff changeset
    12
include_once("inc/footer.inc.php");
2ff220cfde13 [feladat @ 60]
rejo
parents:
diff changeset
    13
?>