Revision 193
Added by ryan about 20 years ago
| info.php | ||
|---|---|---|
| 28 | 28 |
$module_function = 'tool'; |
| 29 | 29 |
$module_version = '2.6'; |
| 30 | 30 |
$module_platform = '2.6.x'; |
| 31 |
$module_author = 'Ryan Djurovich'; |
|
| 31 |
$module_author = 'Ryan Djurovich, John';
|
|
| 32 | 32 |
$module_license = 'GNU General Public License'; |
| 33 |
$module_description = 'This module allows you to backup/restore both the database and/or files'; |
|
| 33 |
$module_description = 'This module allows you to backup/restore both the database and/or files. Thanks to John for contributing the main portions of the backup-sql script.';
|
|
| 34 | 34 |
|
| 35 | 35 |
?> |
Also available in: Unified diff
Added credit for John's work on backup mod