projects
/
weathermon.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of rvb.name:weathermon
[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
<<<<<<< HEAD
11
=======
12
13
$valid_ip_start = ip2long('192.168.1.161');
14
$valid_ip_end = ip2long('192.168.1.190');
15
>>>>>>> 438eca78d7802bd2758a4969b80bb0be6b9f14f6
16
17
?>