1 2 3 4 5 6 7
$IP_ISS = '183.124.15.91'; $ADMIN_ISS = 'coot'; $ADMIN_PASS_ISS = 'nhhpoj4I'; $result_object = 'json'; include('isp.class.php'); $ISP = new isp($IP_ISS, $ADMIN_ISS, $ADMIN_PASS_ISS, $result_object);