# HG changeset patch # User rejo # Date 1182801410 0 # Node ID 4abaed69febd04f4e1fa0a0062d70ecb748a580b # Parent 0918664b9ff63332ce3630848cd0c126386cd3c3 [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. diff -r 0918664b9ff6 -r 4abaed69febd inc/config-me.inc.php --- a/inc/config-me.inc.php Wed Jun 13 13:32:39 2007 +0000 +++ b/inc/config-me.inc.php Mon Jun 25 19:56:50 2007 +0000 @@ -83,7 +83,7 @@ // $DEFAULT_TTL // Default TTL for records. // Default time to live for all records. This notation is in seconds. -$DEFAULT_TTL = 3600; // (3600 seconds / 1 hour by default) +$DEFAULT_TTL = 86400; // (3600 seconds / 1 hour by default) // $NAME_LEVEL_X diff -r 0918664b9ff6 -r 4abaed69febd inc/footer.inc.php --- a/inc/footer.inc.php Wed Jun 13 13:32:39 2007 +0000 +++ b/inc/footer.inc.php Mon Jun 25 19:56:50 2007 +0000 @@ -9,7 +9,7 @@ ?>
if(file_exists('inc/custom_footer.inc.php')) diff -r 0918664b9ff6 -r 4abaed69febd inc/toolkit.inc.php --- a/inc/toolkit.inc.php Wed Jun 13 13:32:39 2007 +0000 +++ b/inc/toolkit.inc.php Mon Jun 25 19:56:50 2007 +0000 @@ -5,7 +5,7 @@ * Constants * *************/ -define(ROWAMOUNT, 500); +define(ROWAMOUNT, 50); if (isset($_GET["start"])) { define(ROWSTART, (($_GET["start"] - 1) * ROWAMOUNT));