Merge branch 'master' of estia:weathermon
[weathermon.git] / web / config_local.php
index 9c9adb22fc813b17799e6ee62cdb4d8306e639bc..d6cce97947bfa30399bdc49702bf09383ba64cbf 100644 (file)
@@ -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