Merge branch 'master' of estia:weathermon
[weathermon.git] / web / config_local.php
diff --git a/web/config_local.php b/web/config_local.php
deleted file mode 100644 (file)
index 00afede..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-  $mysql_host = 'host';
-  $mysql_schema = 'meteo';
-  $mysql_user = 'meteo';
-  $mysql_pwd = 'somestrictpasswd';
-  $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');
-                
-?>
\ No newline at end of file