17 lines
246 B
Plaintext
17 lines
246 B
Plaintext
|
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');
|
||
|
|