mirror of
https://github.com/sibyperiyar/Easy-HotSpot.git
synced 2024-12-27 10:14:11 +08:00
5 lines
68 B
PHP
5 lines
68 B
PHP
|
<?php
|
||
|
$host = '192.168.0.200';
|
||
|
$user = 'admin';
|
||
|
$pass = 'admin';
|
||
|
?>
|