markjcrane
8b4883c36c
Make sure the array exists for the backup tool.
2016-04-29 17:13:36 -06:00
Harry G. Coin
91a92d8e5e
\r\n --> \n
...
Cause all the .php files containing lines ending with \r\n to instead end with \n.
DYI with:
find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
markjcrane
4ac03a8d1a
Add a missing permission on backup.
2016-04-04 19:51:22 -06:00
Mark Crane
03220c9754
Add the text class to more of the applications.
2015-01-18 10:06:08 +00:00
Mark Crane
729d14ae2d
Change backup cron script to command because it generates the backup command that could be used in a cron script but its not a cron script.
2014-11-16 00:26:11 +00:00
Nate Jones
d3c504fe4e
Backup: Added ability to generate a cron script for automated backups.
2014-11-13 07:42:24 +00:00
Nate Jones
3b9daf63fb
Backup: Completed functionality to back up and restore paths defined in Default Settings.
2014-08-16 22:15:01 +00:00
Mark Crane
a1c10a012b
Build the backup file and add the restore command
2014-08-15 23:49:46 +00:00
Mark Crane
abc1106ee0
Add a backup feature
2014-08-15 23:33:20 +00:00