Пример #1
0
 public static function setMaintMode()
 {
     $result = array();
     if (lC_Updates_Admin::setMaintenanceMode($_GET['s'])) {
         $result['rpcStatus'] = RPC_STATUS_SUCCESS;
     }
     echo json_encode($result);
 }