<?php
- $mysql_host = 'hostname';
+ $mysql_host = 'host';
$mysql_schema = 'meteo';
$mysql_user = 'meteo';
- $mysql_pwd = '***';
+ $mysql_pwd = 'somestrictpasswd';
$mysql_port = 3306;
-
+
setlocale(LC_ALL,'ru_RU.UTF8');
-
-?>
-
\ No newline at end of file
+
+?>
\ No newline at end of file