Skip to content

Instantly share code, notes, and snippets.

@handleman
Created November 29, 2013 10:53
Show Gist options
  • Save handleman/7704178 to your computer and use it in GitHub Desktop.
Save handleman/7704178 to your computer and use it in GitHub Desktop.
Узнать доступ к базе данных через исходный код CMS Made Simple. Файл config.php в корне сайта.
$config['db_hostname'] = 'localhost'; /** Имя сервера MySQL */
$config['db_username'] = 'твой текст'; /** Имя пользователя MySQL */
$config['db_password'] = 'твой текст'; /** Пароль к базе данных MySQL */
$config['db_name'] = 'твой текст'; /** Имя базы данных MySQL */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment