Easy-HotSpot/config.php
Siby P Varkey e8509575a5
Bug Fix; Auto expiry of account script +
Bug fixes related to automatic expiry of accounts scripting and such.  Type changes of fields in creating vouchers forms etc
2018-07-15 17:17:58 +05:30

5 lines
68 B
PHP

<?php
$host = "192.168.1.123";
$user = "admin";
$pass = "admin";
?>