Support for account creation.

Contributed by Liamxroy.
This commit is contained in:
MobiusDev
2018-03-21 10:48:57 +00:00
parent d98492c94e
commit ceb1549b84
4 changed files with 102 additions and 13 deletions

View File

@@ -0,0 +1,9 @@
<?php
session_start();
$server_host = '127.0.0.1';
$db_user_name = 'root';
$db_user_password = '';
$db_database = 'l2jmobius';
?>