config.php
unknown
php
5 years ago
252 B
9
Indexable
<?php
define('PATH', realpath('.'));
define('SUBFOLDER', true);
define('URL', 'http://localhost/vnc');
return [
'db' => [
'name' => 'vnc',
'host' => 'localhost',
'user' => 'root',
'pass' => ''
]
];Editor is loading...