Skip to content

Instantly share code, notes, and snippets.

@handleman
Created February 16, 2014 14:11
Show Gist options
  • Select an option

  • Save handleman/9034780 to your computer and use it in GitHub Desktop.

Select an option

Save handleman/9034780 to your computer and use it in GitHub Desktop.
Узнать доступ к базе данных через исходный код MODX Revolution CMS. Файл /core/config/config.inc.php.
$database_server = 'localhost'; // Сервер базы данных
$database_user = 'mydbase'; // Пользователь базы
$database_password = 'password'; // Пароль
$dbase = 'mydbase'; // Имя базы
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment