forked from poweradmin/poweradmin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Edmondas Girkantas
committed
Jan 12, 2014
1 parent
af87f32
commit 8191f99
Showing
45 changed files
with
463 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles requests to add new permission template | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles request to add new records to existing zone | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles requests to add new supermaster servers | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles requests to add new users | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles requests to add new master zones | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles requests to add new slave zone | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles requests to add new zone templates | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles requests to add new records to zone templates | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles bulk zone registration | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles user password changes | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
|
||
if(isset($_POST['submit']) && $_POST['submit']) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles zone deletion | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles zones deletion | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles deletion of zone templates | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles record deletions from zones | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles deletion of supermasters | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles user deletion | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles zone template deletion | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that record deletion from zone template | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,17 +21,21 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
|
||
/** | ||
* Script that handles requests to update DNS records, required for clients | ||
* with dynamic ip addresses | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require('inc/config.inc.php'); | ||
require('inc/database.inc.php'); | ||
|
||
$db = dbConnect(); | ||
|
||
/** Dynamic DNS Updates | ||
* | ||
*/ | ||
|
||
/** Make sql query safe | ||
* | ||
* @param mixed $value Unsafe Value | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,15 @@ | |
* | ||
*/ | ||
|
||
/** | ||
* Script that handles editing of zone records | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles editing of zone comments | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles editing of permission templates | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles requests to edit zone records | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,15 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* Script that handles user editing requests | ||
* | ||
* @package Poweradmin | ||
* @copyright 2007-2010 Rejo Zenger <[email protected]> | ||
* @copyright 2010-2014 Poweradmin Development Team | ||
* @license http://opensource.org/licenses/GPL-3.0 GPL | ||
*/ | ||
|
||
require_once("inc/toolkit.inc.php"); | ||
include_once("inc/header.inc.php"); | ||
|
||
|
Oops, something went wrong.