XOOPS 2.5.6
Final
|
Go to the source code of this file.
Variables | |
$db =& XoopsDatabaseFactory::getDatabaseConnection() | |
foreach($root_paths as $i=> $rpath) | $relative_path = str_repeat( '../' , count( $root_paths ) - $i ) . implode( '/' , array_slice( $trust_paths , $i ) ) |
$root_paths = explode( '/' , XOOPS_ROOT_PATH ) | |
$safe = ! ini_get( "register_globals" ) | |
$trust_paths = explode( '/' , XOOPS_TRUST_PATH ) | |
$uri_contami = XOOPS_URL."/index.php?xoopsConfig%5Bnocommon%5D=1" | |
$uri_isocom = XOOPS_URL."/index.php?cid=".urlencode(",password /*") | |
if($safe) | else |
Definition at line 4 of file advisory.php.
Referenced by XoopsApi\getCategories(), protector_postcommon(), SystemMaintenance\SystemMaintenance(), xoops_getbanner(), xoops_getrank(), xoops_module_install(), xoops_module_uninstall(), XoopsConfigHandler\XoopsConfigHandler(), XoopsMemberHandler\XoopsMemberHandler(), XoopsOnlineHandler\XoopsOnlineHandler(), and XoopsSessionHandler\XoopsSessionHandler().
foreach ($root_paths as $i=> $rpath) $relative_path = str_repeat( '../' , count( $root_paths ) - $i ) . implode( '/' , array_slice( $trust_paths , $i ) ) |
Definition at line 20 of file advisory.php.
$root_paths = explode( '/' , XOOPS_ROOT_PATH ) |
Definition at line 15 of file advisory.php.
$safe = ! ini_get( "register_globals" ) |
Definition at line 29 of file advisory.php.
$trust_paths = explode( '/' , XOOPS_TRUST_PATH ) |
Definition at line 16 of file advisory.php.
$uri_contami = XOOPS_URL."/index.php?xoopsConfig%5Bnocommon%5D=1" |
Definition at line 113 of file advisory.php.
$uri_isocom = XOOPS_URL."/index.php?cid=".urlencode(",password /*") |
Definition at line 119 of file advisory.php.
if (substr(@XOOPS_VERSION, 6, 3)< 2.4 &&strtolower(get_class($db))!= 'protectormysqldatabase') else |
Definition at line 32 of file advisory.php.