X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/3a48d89e76fd2ab87dabf08632474c529cf77ad4..e47039f4c6bd8d3d21d588211290385aa117e720:/web/config_local.php diff --git a/web/config_local.php b/web/config_local.php index c087aea..9ec56a8 100644 --- a/web/config_local.php +++ b/web/config_local.php @@ -1,12 +1,14 @@ <?php - $mysql_host = 'hostname'; + $mysql_host = 'rvb.name'; $mysql_schema = 'meteo'; $mysql_user = 'meteo'; - $mysql_pwd = '***'; + $mysql_pwd = 'somestrongpasswd'; $mysql_port = 3306; - + setlocale(LC_ALL,'ru_RU.UTF8'); - -?> - \ No newline at end of file + + $valid_ip_start = ip2long('192.168.1.0'); + $valid_ip_end = ip2long('192.168.1.255'); + +?> \ No newline at end of file