change configuration format

parent 01414170
<?php <?php
$db_name = 'eterfund_typos';
$db_host = 'mysql'; // Настройки подключения к базе данных
$db_user = 'eterfund'; const DB_DRIVER = 'mysql';
$db_pass = 'passwd'; const DB_DATABASE = 'eterfund_typos';
const DB_HOSTNAME = 'localhost';
const DB_USERNAME = 'eterfund';
const DB_PASSWORD = 'helloworldpassword';
?> ?>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment