'; echo "

"._("FreePBX Advanced Settings")."

"; echo "Use extreme caution! Changes here can render your system inoperable. You are urged to backup before making any changes.

"; //TODO: build table properly witl all required tags $conf = core_advancedsettings_get_keys($var['level']); echo ''; echo ''; foreach ($conf as $c){ echo ''; echo ''; if($c['readonly'] != 'true'){ echo ''; echo ''; //echo ''; } echo ''; } echo '


"; ?>
'.$c['key'].''.$c['description'].''; switch ($c['type']) { case 'text': echo ''; break; case 'select': echo ''; break; } echo '