14 lines
No EOL
217 B
Text
14 lines
No EOL
217 B
Text
<?php
|
|
|
|
$GLOBALS['configuration'] = [
|
|
'readonly' => false,
|
|
|
|
'release' => 8,
|
|
|
|
'database' => [
|
|
'server' => 'localhost',
|
|
'username' => '******';
|
|
'password' => '******';
|
|
'database' => 'html5test'
|
|
]
|
|
]; |