Changeset 7110
- Timestamp:
- 10/23/08 15:08:51 (5 years ago)
- Files:
-
- freepbx/trunk/amp_conf/bin/retrieve_conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/bin/retrieve_conf
r6976 r7110 750 750 install_cron_scheduler(); 751 751 752 // check for and run backup_retrieve_backup_cron() 753 if (function_exists('backup_retrieve_backup_cron')) { 754 backup_retrieve_backup_cron(); 755 } 756 752 757 // run retrieve_conf_post_custom 753 758 // If the following file exists, it will be run. This allows customization to be run automatically after the normal
