# HG changeset patch # User rejo # Date 1198593603 0 # Node ID ae140472d97c293062bccc8300c7fe158b2e8d58 # Parent 97ff9a7a9e7588c2a8a73eaef219b45f1ff9e54e [feladat @ 94] Second half of previous commit. :) diff -r 97ff9a7a9e75 -r ae140472d97c add_record.php --- a/add_record.php Tue Dec 25 14:37:42 2007 +0000 +++ b/add_record.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,5 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + require_once("inc/toolkit.inc.php"); $xsid = (isset($_GET['id'])) ? $_GET['id'] : $_POST['zoneid']; diff -r 97ff9a7a9e75 -r ae140472d97c add_supermaster.php --- a/add_supermaster.php Tue Dec 25 14:37:42 2007 +0000 +++ b/add_supermaster.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,4 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + require_once("inc/i18n.inc.php"); require_once("inc/toolkit.inc.php"); diff -r 97ff9a7a9e75 -r ae140472d97c add_zone_master.php --- a/add_zone_master.php Tue Dec 25 14:37:42 2007 +0000 +++ b/add_zone_master.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,4 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + require_once("inc/i18n.inc.php"); require_once("inc/toolkit.inc.php"); diff -r 97ff9a7a9e75 -r ae140472d97c add_zone_slave.php --- a/add_zone_slave.php Tue Dec 25 14:37:42 2007 +0000 +++ b/add_zone_slave.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,4 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + require_once("inc/i18n.inc.php"); require_once("inc/toolkit.inc.php"); diff -r 97ff9a7a9e75 -r ae140472d97c change_password.php --- a/change_password.php Tue Dec 25 14:37:42 2007 +0000 +++ b/change_password.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,4 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + require_once("inc/i18n.inc.php"); require_once("inc/toolkit.inc.php"); diff -r 97ff9a7a9e75 -r ae140472d97c credits.php --- a/credits.php Tue Dec 25 14:37:42 2007 +0000 +++ b/credits.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,4 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + include_once("inc/config.inc.php"); include_once("inc/header.inc.php"); ?> diff -r 97ff9a7a9e75 -r ae140472d97c delete_domain.php --- a/delete_domain.php Tue Dec 25 14:37:42 2007 +0000 +++ b/delete_domain.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,5 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + require_once("inc/toolkit.inc.php"); if (!level(5)) diff -r 97ff9a7a9e75 -r ae140472d97c delete_record.php --- a/delete_record.php Tue Dec 25 14:37:42 2007 +0000 +++ b/delete_record.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,5 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + require_once("inc/toolkit.inc.php"); if ($_GET["id"]) { diff -r 97ff9a7a9e75 -r ae140472d97c delete_supermaster.php --- a/delete_supermaster.php Tue Dec 25 14:37:42 2007 +0000 +++ b/delete_supermaster.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,5 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + require_once("inc/toolkit.inc.php"); if (!level(5)) diff -r 97ff9a7a9e75 -r ae140472d97c delete_user.php --- a/delete_user.php Tue Dec 25 14:37:42 2007 +0000 +++ b/delete_user.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,4 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + require_once("inc/toolkit.inc.php"); $id = ($_POST["id"]) ? $_POST["id"] : $_GET["id"]; diff -r 97ff9a7a9e75 -r ae140472d97c edit.php --- a/edit.php Tue Dec 25 14:37:42 2007 +0000 +++ b/edit.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,5 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + require_once("inc/toolkit.inc.php"); // Assigning records to user: Check for records owned by user diff -r 97ff9a7a9e75 -r ae140472d97c edit_record.php --- a/edit_record.php Tue Dec 25 14:37:42 2007 +0000 +++ b/edit_record.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,5 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + require_once("inc/toolkit.inc.php"); if (isset($_GET["delid"])) { diff -r 97ff9a7a9e75 -r ae140472d97c edit_user.php --- a/edit_user.php Tue Dec 25 14:37:42 2007 +0000 +++ b/edit_user.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,5 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + require_once("inc/toolkit.inc.php"); if($_POST["commit"]) diff -r 97ff9a7a9e75 -r ae140472d97c inc/auth.inc.php --- a/inc/auth.inc.php Tue Dec 25 14:37:42 2007 +0000 +++ b/inc/auth.inc.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,5 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + session_start(); if (isset($_SERVER["QUERY_STRING"]) && $_SERVER["QUERY_STRING"] == "logout") diff -r 97ff9a7a9e75 -r ae140472d97c inc/config-me.inc.php --- a/inc/config-me.inc.php Tue Dec 25 14:37:42 2007 +0000 +++ b/inc/config-me.inc.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,5 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + /* Edit all fields below here to your information */ /* MySQL Configuration */ diff -r 97ff9a7a9e75 -r ae140472d97c inc/database.inc.php --- a/inc/database.inc.php Tue Dec 25 14:37:42 2007 +0000 +++ b/inc/database.inc.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,5 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + require_once("MDB2.php"); function dbError($msg) diff -r 97ff9a7a9e75 -r ae140472d97c inc/dns.inc.php --- a/inc/dns.inc.php Tue Dec 25 14:37:42 2007 +0000 +++ b/inc/dns.inc.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,5 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + /* * Validates an IPv4 IP. * returns true if valid. diff -r 97ff9a7a9e75 -r ae140472d97c inc/error.inc.php --- a/inc/error.inc.php Tue Dec 25 14:37:42 2007 +0000 +++ b/inc/error.inc.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,5 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + // Added next line to enable i18n on following definitions. Not sure // if this is the best (or at least a proper) location for this. /RZ. require_once("inc/i18n.inc.php"); diff -r 97ff9a7a9e75 -r ae140472d97c inc/footer.inc.php --- a/inc/footer.inc.php Tue Dec 25 14:37:42 2007 +0000 +++ b/inc/footer.inc.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,4 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + global $db; if(is_object($db)) { diff -r 97ff9a7a9e75 -r ae140472d97c inc/header.inc.php --- a/inc/header.inc.php Tue Dec 25 14:37:42 2007 +0000 +++ b/inc/header.inc.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,4 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + global $STYLE; ?> diff -r 97ff9a7a9e75 -r ae140472d97c inc/i18n.inc.php --- a/inc/i18n.inc.php Tue Dec 25 14:37:42 2007 +0000 +++ b/inc/i18n.inc.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,4 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + include_once("inc/config.inc.php"); $language = $LANG; diff -r 97ff9a7a9e75 -r ae140472d97c inc/record.inc.php --- a/inc/record.inc.php Tue Dec 25 14:37:42 2007 +0000 +++ b/inc/record.inc.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,18 +1,23 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ function update_soa_serial($domain_id) { diff -r 97ff9a7a9e75 -r ae140472d97c inc/toolkit.inc.php --- a/inc/toolkit.inc.php Tue Dec 25 14:37:42 2007 +0000 +++ b/inc/toolkit.inc.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,4 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + session_start(); /************* diff -r 97ff9a7a9e75 -r ae140472d97c inc/users.inc.php --- a/inc/users.inc.php Tue Dec 25 14:37:42 2007 +0000 +++ b/inc/users.inc.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,25 +1,23 @@ trancer nl> | -// | Sjeemz sjeemz nl> | -// +--------------------------------------------------------------------+ - -// Filename: users.inc.php -// Startdate: 26-10-2002 -// Description: all user modifications etc. are done here -// -// $Id: users.inc.php,v 1.8 2003/01/01 22:33:47 azurazu Exp $ -// +/* PowerAdmin, a friendly web-based admin tool for PowerDNS. + * See for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // Added next line to enable i18n on following definitions. Don't know // if this is the best (or at least a proper) location for this. /RZ. diff -r 97ff9a7a9e75 -r ae140472d97c index.php --- a/index.php Tue Dec 25 14:37:42 2007 +0000 +++ b/index.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,4 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + session_start(); require_once("inc/i18n.inc.php"); require_once("inc/toolkit.inc.php"); diff -r 97ff9a7a9e75 -r ae140472d97c install.php --- a/install.php Tue Dec 25 14:37:42 2007 +0000 +++ b/install.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,5 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + // addslashes to vars if magic_quotes_gpc is off function slash_input_data(&$data) { diff -r 97ff9a7a9e75 -r ae140472d97c list_supermasters.php --- a/list_supermasters.php Tue Dec 25 14:37:42 2007 +0000 +++ b/list_supermasters.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,4 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + require_once("inc/i18n.inc.php"); require_once("inc/toolkit.inc.php"); include_once("inc/header.inc.php"); diff -r 97ff9a7a9e75 -r ae140472d97c list_zones.php --- a/list_zones.php Tue Dec 25 14:37:42 2007 +0000 +++ b/list_zones.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,4 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + require_once("inc/i18n.inc.php"); require_once("inc/toolkit.inc.php"); include_once("inc/header.inc.php"); diff -r 97ff9a7a9e75 -r ae140472d97c search.php --- a/search.php Tue Dec 25 14:37:42 2007 +0000 +++ b/search.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,5 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + require_once("inc/i18n.inc.php"); require_once('inc/toolkit.inc.php'); diff -r 97ff9a7a9e75 -r ae140472d97c style/style.css.php --- a/style/style.css.php Tue Dec 25 14:37:42 2007 +0000 +++ b/style/style.css.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,25 +1,26 @@ trancer nl> | -// | Sjeemz sjeemz nl> | -// +--------------------------------------------------------------------+ -// -// $Id: style.css.php,v 1.4 2003/01/12 20:20:24 azurazu Exp $ -// +/* PowerAdmin, a friendly web-based admin tool for PowerDNS. + * See for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ include_once("../inc/config.inc.php"); $bgcolor = "#FCC229"; //Original style -//$bgcolor = "#B5C6D2"; //Greenish style ?> diff -r 97ff9a7a9e75 -r ae140472d97c test_setup.php --- a/test_setup.php Tue Dec 25 14:37:42 2007 +0000 +++ b/test_setup.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,27 +1,23 @@ trancer nl> | -// | Sjeemz sjeemz nl> | -// +--------------------------------------------------------------------+ - -// Filename: test_setup.php -// Description: tests your PowerAdmin install. -// Adding tables? Increase the total count to (2^numberoftables)-1 -// Substract its binary value and put it in the last failure close. -// Yes this is binary, why? Because thats cool! Squeeky geeky stuff! -// -// $Id: test_setup.php,v 1.4 2003/01/08 00:40:08 azurazu Exp $ -// +/* PowerAdmin, a friendly web-based admin tool for PowerDNS. + * See for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ include_once("inc/header.inc.php"); require_once("inc/config.inc.php"); diff -r 97ff9a7a9e75 -r ae140472d97c users.php --- a/users.php Tue Dec 25 14:37:42 2007 +0000 +++ b/users.php Tue Dec 25 14:40:03 2007 +0000 @@ -1,5 +1,24 @@ for more details. + * + * Copyright 2007, 2008 Rejo Zenger + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + require_once("inc/toolkit.inc.php"); if($_POST["submit"]