Files
Wrench-ApiTester/public/wrenchboard/faq.php
T
dev-chiefworks 38b38b1c8f fixnew
2023-09-30 11:49:57 -04:00

19 lines
400 B
PHP

<?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
$out = array();
$ret = $wrenchboard->wrenchboard_api($data,$out,'faq');
echo "=========================================================.....======================================";
var_dump($out);
?>