projects
/
weathermon.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
00afede31e0cd81198f5cdbc7dac38c6fd7a9c12
[weathermon.git]
/
web
/
config_local.php
1
<?php
2
3
$mysql_host = 'host';
4
$mysql_schema = 'meteo';
5
$mysql_user = 'meteo';
6
$mysql_pwd = 'somestrictpasswd';
7
$mysql_port = 3306;
8
9
setlocale(LC_ALL,'ru_RU.UTF8');
10
11
$valid_ip_start = ip2long('192.168.1.161');
12
$valid_ip_end = ip2long('192.168.1.190');
13
14
?>