XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
advisory.php File Reference

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
 

Variable Documentation

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
Initial value:
{
echo "on &nbsp; <span style='color:red;font-weight:bold;'>"._AM_ADV_NOTSECURE."</span></dt>\n"

Definition at line 32 of file advisory.php.