This commit is contained in:
dev-chiefworks
2023-09-30 11:49:57 -04:00
parent 52611fc82b
commit 38b38b1c8f
71 changed files with 1131 additions and 29 deletions
+19
View File
@@ -0,0 +1,19 @@
<?php
include_once('def.php');
include('wrenchboard_class.php');
$wrenchboard = new wrenchboard_class();
$data['sessionid'] = rand(10000,99999)."A".rand(10000,99999); // dummy for a start
$data['auth_type'] = "GOOGLE";
$out = array();
$ret = $wrenchboard->wrenchboard_api($data,$out,'authstart');
echo "=========================================================.....======================================";
var_dump($out);
?>