config.php

Anonymous
php
05/03/2021 12:56 AM
336 B
17
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...