1.
2.
3. ', '');?>
isAdmin()) die('Access Denied'); //See if we need to switch the mode of upgrade...e.g from ajax (default) to manual if(($mode = $ost->get_var('m', $_GET)) && $mode!=$upgrader->getMode()) { //Set Persistent mode/ $upgrader->setMode($mode); //Log warning about ajax calls - most likely culprit is AcceptPathInfo directive. if($mode=='manual') $ost->logWarning('Ajax calls are failing', 'Make sure your server has AcceptPathInfo directive set to "ON" or get technical help'); } $action=$upgrader->getNextAction(); ?>
getUpgradeSummary(); ?>