This commit is contained in:
2019-10-11 16:33:41 -04:00
parent 1e016d1842
commit 6e19b14fdf
9 changed files with 141 additions and 72 deletions
+18
View File
@@ -0,0 +1,18 @@
<?php
$jubabox_class = 'jubabox_api_oameye\\jubabox';
$jubabox = new $jubabox_class();
$in = array(
"page_title" => "",
"username" => "ameye@chiefsoft.com",
"password" => "jubabox",
"action" => 100011,
"pid" => 100
);
$out = array();
$ret = $jubabox->jubabox_api($in, $out);
var_dump($out);