projects
/
weathermon.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Полностью новая версия веб-интерфейса на базе chart.js
[weathermon.git]
/
web
/
config_local.php~
diff --git a/web/config_local.php~
b/web/config_local.php~
new file mode 100644
(file)
index 0000000..
1ca0c18
--- /dev/null
+++ b/
web/config_local.php~
@@ -0,0
+1,13
@@
+<?php
+
+ $mysql_host = 'estia.rvb-home.lan';
+ $mysql_schema = 'meteo';
+ $mysql_user = 'meteo';
+ $mysql_pwd = 'snovadozhdi';
+ $mysql_port = 3306;
+
+ setlocale(LC_ALL,'ru_RU.UTF8');
+
+ $site_header = 'RVB.NAME';
+
+?>