Changeset 12063 for modules/branches
- Timestamp:
- 05/02/11 17:00:34 (2 years ago)
- Files:
-
- modules/branches/2.9/backup/functions.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/backup/functions.inc.php
r12062 r12063 176 176 exec("/bin/rm -rf /tmp/ampbackups.$fileholder",$out_arr,$ret); 177 177 backup_errors($error_cause, $ret, _('failed to remove exploded backup sets from tmp')); 178 exec('asterisk -rx "module reload manager"'); 178 179 if(!count($error_cause)){$message=_("Restored All Files in Backup Set");} 179 180 … … 225 226 exec("/bin/rm -rf /tmp/ampbackups.$fileholder 2>&1",$out_arr,$ret); 226 227 backup_errors($error_cause, $ret, _('failed to remove exploded backup sets from tmp')); 228 exec('asterisk -rx "module reload manager"'); 227 229 if(!count($error_cause)){$message=_("Restored System Configuration");} 228 230 break;
