X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/a26fd989812acc9c3b91360a12a2685589acd942..refs/heads/master:/web/config_local.php

diff --git a/web/config_local.php b/web/config_local.php
index d6cce97..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 = 'somestrongpasswd';
+  $mysql_pwd = 'somestronpasword';
   $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');
+  $site_header = 'METEO';
                 
-?>
\ No newline at end of file
+?>