From 151f2a126c3c3302dc22634e2d64cf8956670456 Mon Sep 17 00:00:00 2001 From: Chantal Bernard-Putz <chantal@alternc.org> Date: Thu, 27 May 2010 13:47:27 +0000 Subject: [PATCH] Texte explicatif sauvegarde bdd --- bureau/admin/sql_restore.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bureau/admin/sql_restore.php b/bureau/admin/sql_restore.php index b27c386b..a011f02a 100644 --- a/bureau/admin/sql_restore.php +++ b/bureau/admin/sql_restore.php @@ -49,7 +49,11 @@ if (!$r=$mysql->get_mysql_details($id)) { if (is_array($r)) { ?> <h3><?php printf(_("Restore a MySQL backup for database %s"),$r["db"]); ?></h3> - +<?php +echo "<p>"; +__("Warning: Write the complete path and the name of the file. <br />For example if your backups are in the directory /Backups ,<br />write /Backups/file.sql.gz (where file.sql.gz is the name of the file)"); +echo "</p>"; +?> <form action="sql_dorestore.php" method="post"> <input type="hidden" name="id" value="<?php echo $id ?>" /> <table cellspacing="0" cellpadding="4">