예제 #1
0
 function restoreState()
 {
     //  must call super
     parent::restoreState();
     if (!empty($_REQUEST[$this->honeypotName])) {
         throw new WFRequestController_HTTPException("Server problem.", 400);
     }
 }