oHttp = new Http(); } public function todayUpd() { $this->oHttp->sToUrl = env('api_url_freenode_base').'/'.'api/github/todayupd'; $r = $this->oHttp->send(); if ($r == 1) { return true; } else { return false; } } }