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