Uploaded the 1.0 launcher website as well as test patcher website.

This commit is contained in:
Filip Maj 2017-01-11 19:21:33 -05:00
parent 63b3098592
commit a8f3fe28d4
32 changed files with 565 additions and 5 deletions

15
www/login/config.php Normal file
View file

@ -0,0 +1,15 @@
<?php
$server_name = "Magis' Funhouse";
$db_server = "localhost";
$db_username = "root";
$db_password = "";
$db_database = "ffxiv_server";
$recaptcha_publickey = "";
$recaptcha_privatekey = "";
if(!defined('FFXIV_SESSION_LENGTH')) define('FFXIV_SESSION_LENGTH', 24); //Session length in hours
?>