Lines Matching refs:app
64 foreach((array)$this->apps as $appid => $app) {
65 $appid = $app['appid'];
112 $app = $this->apps[$appid];
117 $apifilename = isset($app['apifilename']) && $app['apifilename'] ? $app['apifilename'] : 'uc.php';
118 if($app['extra']['apppath'] && @include $app['extra']['apppath'].'./api/'.$apifilename) {
133 …$response = trim($_ENV['misc']->dfopen2($url, 0, $note['postdata'], '', 1, $app['ip'], UC_NOTE_TIM…
168 foreach($apps as $key => $app) {
169 $appstatus = $note['app'.$app['appid']];
170 if(!$app['recvnote'] || $appstatus == 1 || $appstatus <= -UC_NOTE_REPEAT) {
185 $app = $this->apps[$appid];
187 $url = $app['url'];
188 $apifilename = isset($app['apifilename']) && $app['apifilename'] ? $app['apifilename'] : 'uc.php';