X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/e4e1557426f8e5ca10ca616140528939d86426cd..2a8970b9871f3b8b5b84f382c14a728778b0ee9b:/web/config_local.php?ds=sidebyside diff --git a/web/config_local.php b/web/config_local.php index 9c9adb2..d6cce97 100644 --- a/web/config_local.php +++ b/web/config_local.php @@ -3,9 +3,12 @@ $mysql_host = 'host'; $mysql_schema = 'meteo'; $mysql_user = 'meteo'; - $mysql_pwd = 'somestrictpasswd'; + $mysql_pwd = 'somestrongpasswd'; $mysql_port = 3306; setlocale(LC_ALL,'ru_RU.UTF8'); + + $valid_ip_start = ip2long('192.168.1.0'); + $valid_ip_end = ip2long('192.168.1.255'); ?> \ No newline at end of file