Initial commit

This commit is contained in:
simon
2017-11-22 19:13:00 -05:00
commit e3ab67e95c
133 changed files with 202341 additions and 0 deletions

15
include/config.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
define("SQL_HOST", "mysql:host=localhost;dbname=mar;charset=utf8");
define("SQL_USER", "mar");
define("SQL_PASS", "mar");
define("SESSION_NAME", "marSession");
define("MAR_ADDRESS", "ws://localhost:8887");
define("MAR_TICK_LENGTH", 1000);
define("MAR_SERVER_NAME", "Official MAR server");
//Plugins
//Version
//Server name