added icons
This commit is contained in:
@@ -13,6 +13,10 @@ class Home extends BaseController
|
||||
$in["promo"] = $promo;
|
||||
$in["promo_owner"] = $promoOwner;
|
||||
$out = $this->APIcall('POST', $this->wrenchApiServer(). 'start',$in);
|
||||
$out["promo"] = $promo;
|
||||
$out["promo_owner"] = $promoOwner;
|
||||
|
||||
// var_dump($out);
|
||||
$out["task"] = $this->APIcall('POST', $this->wrenchApiServer(). 'tasks',$in)["result_list"];
|
||||
return view('welcome_message', $out);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user