mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-03-01 00:13:52 +01:00
Version 0.9.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
define('VERSION','0.9.1');
|
||||
define('VERSION','0.9.2');
|
||||
session_start(); //Session in all page
|
||||
require_once "lib/dbwrapper.php";
|
||||
|
||||
@@ -25,6 +25,7 @@ if (isset($_SESSION['UserID'])){
|
||||
$you['webRoot'] = webRoot();
|
||||
}
|
||||
|
||||
|
||||
$lang=getSystemOpt($db_conn,'lang');
|
||||
//Translations
|
||||
require_once __DIR__."/assets/translations/en.php"; //Ever first English, and then your lang (Database)
|
||||
|
||||
Reference in New Issue
Block a user