Functions
control_panel.inc.php File Reference

Displays an administration "control panel.". More...

Functions

 GetControlPanelHTML ($in_http_vars, $root_offset)
 This allows administrators to access functions, such as creating new meetings, or un-deleting deleted meetings, administering formats, users and Service bodies, etc.

Detailed Description

Displays an administration "control panel.".

This file is part of the Basic Meeting List Toolbox (BMLT).

Find out more at: http://magshare.org/bmlt

BMLT 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.

BMLT 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 code. If not, see <http://www.gnu.org/licenses/>.


Function Documentation

GetControlPanelHTML ( in_http_vars,
root_offset 
)

This allows administrators to access functions, such as creating new meetings, or un-deleting deleted meetings, administering formats, users and Service bodies, etc.

This uses parameters in the HTTP query, which comprise the only input.

Authorization is done through the standard session, and only functions for which a user is authorized are accessible. If the user has not yet logged in, a login prompt is displayed and authorized prior to any other display.

Returns:
display-ready HTML for the control panel.
Parameters:
in_http_varsThe $_GET and $_POST variables, in an associative array.
root_offsetUsed to allow the index file to be included.
 All Classes Files Functions Variables Enumerations