"._("You aren't allowed to access this page. Contact your administrator if you want to.")."

"; include_once('foot.php'); exit; } $fields = array ( "id" => array ("post", "string", ""), "bck_mode" => array ("post", "integer", 0), "bck_history" => array ("post", "integer", 7), "bck_gzip" => array ("post", "integer", 0), "bck_dir" => array ("post", "string", "/"), ); getFields($fields); $mysql->put_mysql_backup($id,$bck_mode,$bck_history,$bck_gzip,$bck_dir); if ($msg->has_msgs("ERROR")) { include("sql_bck.php"); exit(); } else { $msg->raise("INFO", "mysql", _("Your backup parameters has been successfully changed.")); } include("sql_list.php"); ?>