v1.3.0 - /system/startup.php - possible bug?
Posted: Thu Jul 23, 2009 4:15 pm
Hi,
Please have a look at the snippet below.
// Register Globals Fix...
...foreach ($globals as $global) {
foreach(array_keys($global) as $key) {
unset($$key);//looks like an error to me...
Is that '$$key' right?
regards
rmac
Please have a look at the snippet below.
// Register Globals Fix...
...foreach ($globals as $global) {
foreach(array_keys($global) as $key) {
unset($$key);//looks like an error to me...
Is that '$$key' right?
regards
rmac