l2j_mobius/Account_Manager/includes/config.php
MobiusDev c6082116a8 Addition of download page.
Contributed by Liamxroy.
2018-03-26 19:01:28 +00:00

22 lines
451 B
PHP

<?php
session_start();
$server_host = '127.0.0.1';
$db_user_name = 'root';
$db_user_password = '';
$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';
?>