Go to the source code of this file.
Classes | |
class | PluginAdmin |
Variables | |
global | $HTTP_GET_VARS |
global | $HTTP_POST_VARS |
global | $HTTP_COOKIE_VARS |
global | $HTTP_ENV_VARS |
global | $HTTP_POST_FILES |
global | $HTTP_SESSION_VARS |
$aVarsToCheck = array('HTTP_GET_VARS', 'HTTP_POST_VARS', 'HTTP_COOKIE_VARS', 'HTTP_ENV_VARS', 'HTTP_SESSION_VARS', 'HTTP_POST_FILES', 'HTTP_SERVER_VARS', 'GLOBALS', 'argv', 'argc', '_GET', '_POST', '_COOKIE', '_ENV', '_SESSION', '_SERVER', '_FILES', 'DIR_LIBS') |
$aVarsToCheck = array('HTTP_GET_VARS', 'HTTP_POST_VARS', 'HTTP_COOKIE_VARS', 'HTTP_ENV_VARS', 'HTTP_SESSION_VARS', 'HTTP_POST_FILES', 'HTTP_SERVER_VARS', 'GLOBALS', 'argv', 'argc', '_GET', '_POST', '_COOKIE', '_ENV', '_SESSION', '_SERVER', '_FILES', 'DIR_LIBS') |
Definition at line 23 of file PLUGINADMIN.php.
global $HTTP_COOKIE_VARS |
Definition at line 22 of file PLUGINADMIN.php.
Referenced by checkVars(), cookieVar(), and includephp().
global $HTTP_ENV_VARS |
global $HTTP_GET_VARS |
code to make it easier to create plugin admin areas
http://nucleuscms.org/license.txt GNU General Public License Copyright (C) 2002-2007 The Nucleus Group
Definition at line 22 of file PLUGINADMIN.php.
Referenced by checkVars(), getVar(), includephp(), passRequestVars(), and ticketForPlugin().
global $HTTP_POST_FILES |
Definition at line 22 of file PLUGINADMIN.php.
Referenced by checkVars(), includephp(), and postFileInfo().
global $HTTP_POST_VARS |
Definition at line 22 of file PLUGINADMIN.php.
Referenced by checkVars(), includephp(), passRequestVars(), postVar(), requestArray(), requestIntArray(), setOldAction(), and ticketForPlugin().
global $HTTP_SESSION_VARS |