Testiung API

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-17 12:47:33 -04:00
parent 69327d8e04
commit 3cf8bb04e7
+4 -2
View File
@@ -23,7 +23,9 @@ class BackendModel extends Model
public function wrenchboard_api($in, $out = array()) {
log_message('critical', "wrenchboard_api-STARTING" );
$this->wrenchboard_load();
$ret = 10999;
$out = $in;
/* $this->wrenchboard_load();
if (!is_array($in)) {
$in = array();
}
@@ -39,7 +41,7 @@ class BackendModel extends Model
error_log(json_encode($in));
}
$ret = $this->wrenchboard->wrenchboard_api($in, $out);
*/
return $ret;
}