Texte explicatif sauvegarde bdd modif
This commit is contained in:
parent
151f2a126c
commit
5ab1c458f4
|
@ -51,7 +51,7 @@ 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)");
|
||||
__("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">
|
||||
|
|
Loading…
Reference in New Issue