projects
/
weathermon.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Visual enhancements
[weathermon.git]
/
web
/
config_local.php
diff --git
a/web/config_local.php
b/web/config_local.php
index c087aeac5fe31b4b7701dac6b3ad41cc716c940c..9c9adb22fc813b17799e6ee62cdb4d8306e639bc 100644
(file)
--- a/
web/config_local.php
+++ b/
web/config_local.php
@@
-1,12
+1,11
@@
<?php
<?php
- $mysql_host = 'host
name
';
+ $mysql_host = 'host';
$mysql_schema = 'meteo';
$mysql_user = 'meteo';
$mysql_schema = 'meteo';
$mysql_user = 'meteo';
- $mysql_pwd = '
***
';
+ $mysql_pwd = '
somestrictpasswd
';
$mysql_port = 3306;
$mysql_port = 3306;
-
+
setlocale(LC_ALL,'ru_RU.UTF8');
setlocale(LC_ALL,'ru_RU.UTF8');
-
-?>
-
\ No newline at end of file
+
+?>
\ No newline at end of file