"._("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); if (!$mysql->put_mysql_backup($id,$bck_mode,$bck_history,$bck_gzip,$bck_dir)) { $error=$err->errstr(); include("sql_bck.php"); exit(); } else { $error=_("Your backup parameters has been successfully changed."); } include("sql_list.php"); ?>