Исправлена ошибка с непредумышленным установлением статуса retained для сообщений.
[weathermon.git] / web / config_local.php
index 9c9adb22fc813b17799e6ee62cdb4d8306e639bc..a4614fdcbf16158f0ec2610676b457bbb72c19de 100644 (file)
@@ -1,11 +1,13 @@
 <?php
 
-  $mysql_host = 'host';
+  $mysql_host = 'dbhost';
   $mysql_schema = 'meteo';
   $mysql_user = 'meteo';
-  $mysql_pwd = 'somestrictpasswd';
+  $mysql_pwd = 'somestronpasword';
   $mysql_port = 3306;
 
   setlocale(LC_ALL,'ru_RU.UTF8');
+
+  $site_header = 'METEO';
                 
-?>
\ No newline at end of file
+?>