Alternc  latest
Alternc logiel libre pour l'hébergement
sql_dobck.php File Reference

Go to the source code of this file.

Variables

if(! variable_get('sql_allow_users_backups')) $fields
 Receive the post for the management of the Backup of MySQL database. More...
 
if($msg->has_msgs("ERROR")) else
 

Variable Documentation

◆ $fields

if (! variable_get( 'sql_allow_users_backups')) $fields
Initial value:
= 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", "/"),
)

Receive the post for the management of the Backup of MySQL database.

Definition at line 37 of file sql_dobck.php.

◆ else

if ( $msg->has_msgs("ERROR")) else
Initial value:
{
$msg->raise("INFO", "mysql", _("Your backup parameters has been successfully changed."))
$msg
Definition: bootstrap.php:75

Definition at line 53 of file sql_dobck.php.