Good day sirs!
Notice: Undefined index: mshot in /hsphere/local/home/c254298/site.com/wp-content/plugins/ultimate-maintenance-mode/inc/config.php on line 23
Current Line 23-25:
if($_REQUEST['mshot'] == 'true'){
return;
}
New line 23-27:
if( isset($_REQUEST['mshot'])){
if($_REQUEST['mshot'] == 'true'){
return;
}
}
Carry on!
http://wordpress.org/extend/plugins/ultimate-maintenance-mode/