']); $return = ''; $role = ''; if(can_wordpress_manager($soft)){ $return .= ''.$l['return_to_wpm'].' '; $role = 'role="button"'; } $return .= ''.$l['return'].''; //Filter to customize the return to link $return = apply_filters('return_link', $return, $act); echo '

'.$l['prog_restoring'].$iscripts[$soft]['name'].'
'; //To detect in javascript if the process is in background if(!empty($GLOBALS['backgrounding'])){ echo '
'; } echo error_handle($error, "100%", 0, 1); $return = ''; $role = ''; if(can_wordpress_manager($soft)){ $return .= ''.$l['return_to_wpm'].' '; $role = 'role="button"'; } $return .= ''.$l['return'].''; //Filter to customize the return to link $return = apply_filters('return_link', $return, $act); echo '
'; if(!empty($backupdir)){ echo '

'.$l['restore_dir_exp'].'


'.$l['restore_delete_files_exp'].'

'; } // Web directory ? if(!empty($wwwdir)){ echo '

'.$l['restore_wwwdir_exp'].'

'; } // Data directory ? if(!empty($datadir)){ echo '

'.$l['restore_datadir_exp'].'

'; } if(!empty($dbexist)){ echo '

'.$l['restore_db_exp'].'

'; } echo '



'.$return.'



'.csrf_display().'


'; softfooter(); } ?>