This commit is contained in:
Olu Amey
2023-02-13 14:16:44 -05:00
parent 2477672638
commit 35cfb9edd3
5 changed files with 190 additions and 17 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ fclose($myfile);
$data = array(
"limit" => 10,
"page" => "1",
'action' => WRENCHBOARD_CARDS_GETCARDLIST,
'action' => WRENCHBOARD_START_JOBLIST,
);
$out = array();
$ret = $wrenchboard->wrenchboard_api($data,$out);