Hi,
You know when you can't find a simple solution without creating lines of code?
Well this is it - can someone suggest a simple, clean way of doing it.
I want to find if $Query is going in $Config?PHP Code:$Config = array(
'system' => array(
'memory' => array(
'maxmemory' => 16
)
)
);
$Query = "system.memory.maxmemory";




Bookmarks