toDB($_POST['maintainance_text']); save_prefs(); header("location:".e_SELF."?u"); exit; } require_once("auth.php"); if (e_QUERY == "u") { $ns->tablerender("", "
".UGFLAN_1.".
"); } $maintainance_flag = $pref['maintainance_flag']; $text = "
".UGFLAN_2.": "; if ($maintainance_flag == 1) { $text .= ""; } else { $text .= ""; } $text .= "
".UGFLAN_5."
".UGFLAN_6."
".display_help("",2)."
"; $ns->tablerender(UGFLAN_4, $text); require_once("footer.php"); ?>