Vergleich global.php - 1.10 - 1.12

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 8Zeile 8
 *
* $Id: global.php 900 2005-11-18 03:31:58Z chris $
*/

 *
* $Id: global.php 900 2005-11-18 03:31:58Z chris $
*/

 

if(strpos(strtolower($_SERVER['PHP_SELF']), "global.php") !== false)
{
die("Direct initialization of this file is not allowed.");
}


// This is a temporary patch put in place until 1.2 is released.
if((@ini_get("register_globals") || !@ini_get("gpc_order")) && (isset($_POST) || isset($_GET) || isset($_COOKIE)))


// This is a temporary patch put in place until 1.2 is released.
if((@ini_get("register_globals") || !@ini_get("gpc_order")) && (isset($_POST) || isset($_GET) || isset($_COOKIE)))

Zeile 17Zeile 22
		unset($$key);
}
}

		unset($$key);
}
}

 


require "./inc/init.php";

$groupscache = $cache->read("usergroups");

require "./inc/init.php";

$groupscache = $cache->read("usergroups");