l2j_mobius/Account_Manager/includes/config.php
MobiusDev ceb1549b84 Support for account creation.
Contributed by Liamxroy.
2018-03-21 10:48:57 +00:00

10 lines
145 B
PHP

<?php
session_start();
$server_host = '127.0.0.1';
$db_user_name = 'root';
$db_user_password = '';
$db_database = 'l2jmobius';
?>