Easy-HotSpot/settings.php
Siby P Varkey fd98e37a84 Initial Files Addition to Repository
All required files are added to the repository with the use of
development branch
2017-04-26 13:59:14 +05:30

6 lines
179 B
PHP

<?php
use PEAR2\Net\RouterOS;
require_once 'PEAR2/Autoload.php';
require_once 'config.php';
$util = new RouterOS\Util($client = new RouterOS\Client("$host", "$user", "$pass"));
?>