X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/42bd3e809b0fa95d3a463462e242caf40d98bf79..6691228bdeefd3ae7857c0aa4b8c76fa5f770a94:/web/config_local.php?ds=inline

diff --git a/web/config_local.php b/web/config_local.php
index 00afede..a4614fd 100644
--- a/web/config_local.php
+++ b/web/config_local.php
@@ -1,14 +1,13 @@
 <?php
 
-  $mysql_host = 'host';
+  $mysql_host = 'dbhost';
   $mysql_schema = 'meteo';
   $mysql_user = 'meteo';
-  $mysql_pwd = 'somestrictpasswd';
+  $mysql_pwd = 'somestronpasword';
   $mysql_port = 3306;
 
   setlocale(LC_ALL,'ru_RU.UTF8');
 
-  $valid_ip_start = ip2long('192.168.1.161');
-  $valid_ip_end   = ip2long('192.168.1.190');
+  $site_header = 'METEO';
                 
-?>
\ No newline at end of file
+?>