11 lines
182 B
PHP
Executable File
11 lines
182 B
PHP
Executable File
<?php
|
|
|
|
global $config;
|
|
|
|
$config = [
|
|
'db' => [
|
|
'dsn' => 'mysql:host=localhost;port=3306;dbname=Web',
|
|
'user' => 'root',
|
|
'password' => '',
|
|
]
|
|
]; |