Created
February 16, 2014 14:11
-
-
Save handleman/9034780 to your computer and use it in GitHub Desktop.
Узнать доступ к базе данных через исходный код MODX Revolution CMS. Файл /core/config/config.inc.php.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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