[go: up one dir, main page]

Menu

[r20]: / inc / config.php  Maximize  Restore  History

Download this file

9 lines (6 with data), 154 Bytes

1
2
3
4
5
6
7
8
<?php
define('mysql_host',"192.168.2.30");
define('mysql_user',"root");
define('mysql_pass',"Zs251203");
define('mysql_schema',"monitorli");
?>