commented back end call

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-17 15:49:13 -04:00
parent 62ba436b25
commit c58d556c1a
+4 -1
View File
@@ -23,6 +23,9 @@ class BackendModel extends Model
public function wrenchboard_api($in, &$out = array()) {
log_message('critical', "wrenchboard_api-STARTING" );
$out = $in;
$ret = 1202020;
/*
$this->wrenchboard_load();
if (!is_array($in)) {
$in = array();
@@ -39,7 +42,7 @@ class BackendModel extends Model
error_log(json_encode($in));
}
$ret = $this->wrenchboard->wrenchboard_api($in, $out);
*/
return $ret;
}