config.php
unknown
php
4 years ago
252 B
5
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...