mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-22 04:54:06 +01:00
Delete global vars, better standarized things
This commit is contained in:
@@ -25,7 +25,7 @@ if (isset($_COOKIE['SessionID'])){
|
||||
|
||||
}
|
||||
|
||||
$lang=getSystemOpt('lang');
|
||||
$lang=getSystemOpt($db_conn,'lang');
|
||||
//Translations
|
||||
require_once __DIR__."/assets/translations/en.php"; //Ever first English, and then your lang (Database)
|
||||
require_once __DIR__."/assets/translations/$lang.php";
|
||||
|
||||
Reference in New Issue
Block a user