Revision 201
Added by ryan about 20 years ago
| trunk/wb/modules/backup/info.php | ||
|---|---|---|
| 24 | 24 |
*/ |
| 25 | 25 |
|
| 26 | 26 |
$module_directory = 'backup'; |
| 27 |
$module_name = 'Backup/Restore';
|
|
| 27 |
$module_name = 'Backup'; |
|
| 28 | 28 |
$module_function = 'tool'; |
| 29 | 29 |
$module_version = '2.6'; |
| 30 | 30 |
$module_platform = '2.6.x'; |
| 31 | 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. Thanks to John for contributing the main portions of the backup-sql script.';
|
|
| 33 |
$module_description = 'This module allows you to backup your database.';
|
|
| 34 | 34 |
|
| 35 | 35 |
?> |
| trunk/wb/modules/reload/info.php | ||
|---|---|---|
| 30 | 30 |
$module_platform = '2.6.x'; |
| 31 | 31 |
$module_author = 'Ryan Djurovich'; |
| 32 | 32 |
$module_license = 'GNU General Public License'; |
| 33 |
$module_description = 'This module allows you to reload add-on information stored in the addons table, and optionally completely re-install modules.';
|
|
| 33 |
$module_description = 'This module allows you to reload add-on information stored in the addons table.'; |
|
| 34 | 34 |
|
| 35 | 35 |
?> |
Also available in: Unified diff
Updated backup and reload info files