Exemplo n.º 1
0
 public function indexAction()
 {
     $id = Comm\Arg::post('id', FILTER_VALIDATE_INT);
     $result = Model\Theme\Resource::unlock($id);
     Comm\Response::json(100000, 'succ', null, false);
 }