mirror of
https://github.com/sibyperiyar/Easy-HotSpot.git
synced 2024-12-28 02:52:21 +08:00
fd98e37a84
All required files are added to the repository with the use of development branch
5 lines
No EOL
68 B
PHP
5 lines
No EOL
68 B
PHP
<?php
|
|
$host = '192.168.0.200';
|
|
$user = 'admin';
|
|
$pass = 'admin';
|
|
?>
|