mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-07-25 11:34:20 -04:00
Start working on translation system, czech translation added
This commit is contained in:
@@ -7,6 +7,10 @@ define("WEB_URL", "##url##"); //Used for links
|
||||
define("MAILER_NAME", "##mailer##"); //Mailer name
|
||||
define("MAILER_ADDRESS", "##mailer_email##"); //Mailer address
|
||||
define("INSTALL_OVERRIDE", false);
|
||||
define("DEFAULT_LANGUAGE", "en_GB");
|
||||
|
||||
require("locale.php");
|
||||
|
||||
//Database connection
|
||||
$mysqli = new mysqli("##server##","##user##","##password##","##database##");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user