1
0
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:
2018-01-09 22:36:45 +01:00
parent f1b58a03f3
commit cb20328a6a
7 changed files with 64 additions and 31 deletions

View File

@@ -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)