Addition of download page.

Contributed by Liamxroy.
This commit is contained in:
MobiusDev
2018-03-26 19:01:28 +00:00
parent 6114ec84c7
commit c6082116a8
4 changed files with 108 additions and 5 deletions

View File

@@ -4,6 +4,18 @@ session_start();
$server_host = '127.0.0.1';
$db_user_name = 'root';
$db_user_password = '';
$db_database = 'l2jmobius';
$db_database = 'l2jmobius';
//Link for Site - http:// or https:// on front
$siteURL = 'http://127.0.0.1';
//Link for Forum - http:// or https:// on front
$forum = 'http://127.0.0.1/forum';
//Link for Client Download
$dlClient = 'https://www.google.com';
//Link for Patch Download
$dlPatch = 'https://www.google.com';
?>