Addition of download page.
Contributed by Liamxroy.
This commit is contained in:
@@ -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';
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user