Esempio n. 1
0
 public function clear_by_app($app_id)
 {
     if (!$app_id) {
         return false;
     }
     lang::del_res($app_id);
 }