for fix i add this row at beginning of file:
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
I found the problem on getAllSettings function, i fix with:
function getAllSettings() {
global $settings; # check if it already exists if(isset($settings)) { return($settings); }
Thanks, fixed.
I found the problem on getAllSettings function, i fix with:
function getAllSettings()
{
Thanks, fixed.