Skip to content

Commit

Permalink
Added missing phpdoc tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmondas Girkantas committed Jan 12, 2014
1 parent af87f32 commit 8191f99
Show file tree
Hide file tree
Showing 45 changed files with 463 additions and 29 deletions.
9 changes: 9 additions & 0 deletions add_perm_templ.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions add_record.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions add_supermaster.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions add_user.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions add_zone_master.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions add_zone_slave.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions add_zone_templ.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions add_zone_templ_record.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions bulk_registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions change_password.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']) {
Expand Down
9 changes: 9 additions & 0 deletions delete_domain.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions delete_domains.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions delete_perm_templ.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions delete_record.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions delete_supermaster.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions delete_user.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions delete_zone_templ.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions delete_zone_templ_record.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
14 changes: 9 additions & 5 deletions dynamic_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions edit_comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions edit_perm_templ.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions edit_record.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
9 changes: 9 additions & 0 deletions edit_user.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
Loading

0 comments on commit 8191f99

Please sign in to comment.