예제 #1
0
 function onStopBtn($info)
 {
     $al = new adlink("");
     $u = new user("");
     if ($u->changePass($info['password'])) {
         if ($al->stop($this->data['adUID'])) {
             $this->data = $al->backLinkByID($this->data['adUID']);
         }
     }
     $this->_bookframe($this->_curFrame);
 }