Create an insecure bank application
This commit is contained in:
6
webroot/config.sample.php
Normal file
6
webroot/config.sample.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
const CONFIG_SQL_DSN = 'mysql:host=localhost;dbname=bank';
|
||||
const CONFIG_SQL_USER = 'www-data';
|
||||
const CONFIG_SQL_PASSWORD = '';
|
Reference in New Issue
Block a user