mirror of
https://github.com/sibyperiyar/Easy-HotSpot.git
synced 2024-12-26 09:42:41 +08:00
e8509575a5
Bug fixes related to automatic expiry of accounts scripting and such. Type changes of fields in creating vouchers forms etc
5 lines
No EOL
68 B
PHP
5 lines
No EOL
68 B
PHP
<?php
|
|
$host = "192.168.1.123";
|
|
$user = "admin";
|
|
$pass = "admin";
|
|
?>
|