Files
Wrench-ApiTester/public/wrenchboard/signupcountry.php
T
dev-chiefworks 7d830711b3 New files
2023-04-30 20:25:08 -04:00

18 lines
341 B
PHP

<?php
include_once('def.php');
include 'session_read.php';
include('wrenchboard_class.php');
$wrenchboard = new wrenchboard_class();
$data = array(
"limit" => 10,
"page" => "1",
'action' => 1200021,
);
$out = array();
$ret = $wrenchboard->wrenchboard_api($data,$out);
//echo highlight_string(file_get_contents(__FILE__));
?>