enabled) { __("This page is restricted to authorized staff"); exit(); } $conf = $variables->variable_init(); foreach ($conf as $name => $val) { if (isset($GLOBALS['_POST'][$name])) { $variables->variable_set($name, $GLOBALS['_POST'][$name]); } } include_once ("head.php"); ?>