XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
formhiddentoken.php
Go to the documentation of this file.
1
<?php
21
defined(
'XOOPS_ROOT_PATH'
) or die('Restricted access');
22
26
class
XoopsFormHiddenToken
extends
XoopsFormHidden
27
{
33
function
XoopsFormHiddenToken
($name =
'XOOPS_TOKEN'
, $timeout = 0)
34
{
35
$this->XoopsFormHidden($name .
'_REQUEST'
,
$GLOBALS
[
'xoopsSecurity'
]->createToken($timeout, $name));
36
}
37
}
38
39
?>
L:
0xoops
xoops-2.5.6
htdocs
class
xoopsform
formhiddentoken.php
Generated on Fri May 10 2013 01:04:25 for XOOPS 2.5.6 by
1.8.3.1