Changeset 2704
- Timestamp:
- 05/27/10 16:01:35 (3 years ago)
- File:
-
- 1 edited
-
alternc/trunk/bureau/admin/sql_restore.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/bureau/admin/sql_restore.php
r2703 r2704 52 52 <?php 53 53 echo "<p>"; 54 __("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).");54 __("Warning: Write the complete path and the filename. <br />For example if your backups are in the directory /Backups,<br />write /Backups/file.sql.gz (where file.sql.gz is the filename)."); 55 55 echo "</p>"; 56 56 ?> … … 59 59 <table cellspacing="0" cellpadding="4"> 60 60 <tr class="lst2"> 61 <th><label for="restfile"><?php __("Please enter the filename containing SQL data to be restored."); ?></label></th>61 <th><label for="restfile"><?php __("Please enter the path and the filename containing SQL data to be restored."); ?></label></th> 62 62 <td><input type="text" class="int" id="restfile" name="restfile" size="30" maxlength="255" value="" /></td> 63 63 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
