release 1.1.1

This commit is contained in:
Newcomer1989
2016-10-08 15:26:17 +02:00
parent e20f08f8b3
commit ab76128c42
80 changed files with 4085 additions and 3002 deletions

View File

@@ -115,6 +115,7 @@ if (isset($mysqlcon) && ($config = $mysqlcon->query("SELECT * FROM config"))) {
$ignoreidle = $config[0]['ignoreidle'];
$rankupmsg = $config[0]['rankupmsg'];
$newversion = $config[0]['newversion'];
$servernews = $config[0]['servernews'];
}
if(!isset($language) || $language == "en") {
require_once(substr(dirname(__FILE__),0,-5).'languages/core_en.php');