This commit is contained in:
2022-03-11 22:48:39 -05:00
parent f08abbe9f6
commit 7f0aff735f
4 changed files with 29 additions and 20 deletions
+7
View File
@@ -28,6 +28,13 @@ class Backend_model extends CI_Model {
return $ret;
}
public function wrenchboard_api2($in, $out) {
$this->wrenchboard_load();
$ret = $this->wrenchboard->wrenchboard_api($in, $out);
return $ret;
}
public function cfgReadChar($str) {
$this->wrenchboard_load();
$ret = $this->wrenchboard->cfgReadChar($str);