1234567891011121314151617 |
- The OfflineBackup plugin backups user data in offline queue and email when
- ready.
- Installation
- ============
- add "addPlugin('OfflineBackup');"
- to the bottom of your config.php
- Settings
- ========
- none
- Example
- =======
- addPlugin('OfflineBackup');
|