Clean upmenu

This commit is contained in:
dev-chiefworks
2022-07-06 21:11:49 -04:00
parent 767b76d8c7
commit 0df701afb3
6 changed files with 41 additions and 32 deletions
+4 -2
View File
@@ -20,8 +20,8 @@ class Backend_model extends CI_Model {
public function wrenchboard_api($in, &$out = array()) {
$ret = 0;
$local_url = 'http://fluxtra:fl0xtra!@oameye.works.wrenchboard.com/svs/user';
//$local_url = 'http://fluxtra:fl0xtra!@oameye.works.wrenchboard.com/svs/user';
$local_url = EXTENSTION_API_URL; // 'https://oameye.work.wrenchboard.com/svs/bko';
$url = $local_url ."/generics";
$data = $in;
@@ -48,6 +48,8 @@ class Backend_model extends CI_Model {
$out = $response;
// var_dump( $response );
//var_dump( $response["internal_return"] );
// exit;
return $response["internal_return"];