insecure-php-application-fo.../includes/config.php
2019-11-18 11:30:22 +01:00

5 lines
174 B
PHP

<?php
define('MYSQL_HOST', 'localhost');
define('MYSQL_USERNAME', 'secure');
define('MYSQL_PASSWORD', 'password');
define('MYSQL_DATABASE', 'verysecure');