"._("You aren't allowed to access this page. Contact your administrator if you want to.")."";
  include_once('foot.php');
  exit;
}
$fields = array (
	"id"     => array ("request", "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 (!$r=$mysql->get_mysql_details($id)) {
	$error=$err->errstr();
}
if (isset($error) && $error) {
	echo "$error
 
";
}
if (is_array($r)) {
?>
show_help("sql_bck");
	} else {
  echo "";
__("You currently have no database defined");
 echo "
";
	}
?>