Support for account creation.
Contributed by Liamxroy.
This commit is contained in:
9
Account_Manager/includes/config.php
Normal file
9
Account_Manager/includes/config.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
session_start();
|
||||
|
||||
$server_host = '127.0.0.1';
|
||||
$db_user_name = 'root';
|
||||
$db_user_password = '';
|
||||
$db_database = 'l2jmobius';
|
||||
|
||||
?>
|
Reference in New Issue
Block a user