示例#1
0
 protected static function get_app()
 {
     $app = ASNS_Settings::get_application(self::get_request_param('app'));
     if (!$app) {
         return self::send_ajax_response('Application not found', false);
     }
     return $app;
 }