Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<?php
$config['db']['host'] = 'localhost';
$config['db']['port'] = '3306';
$config['db']['username'] = 'Имя пользователя БД';
$config['db']['password'] = 'пароль БД';
$config['db']['dbname'] = 'Имя БД';
$config['superAdmins'] = '1';