Update config.php

This commit is contained in:
jarryd229 2019-02-27 12:00:11 +11:00 committed by GitHub
parent 630c0f7c4d
commit 837ed253eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,6 @@
$config['database.host'] = "localhost";
$config['database.user'] = "root";
$config['database.pass'] = "";
$config['database.name'] = "runescape2";
$config['site.address'] = "http://localhost/runescape2";
$config['database.name'] = "runescape";
$config['site.address'] = "http://localhost/runescape";
?>