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

@@ -4,7 +4,7 @@ require_once('../other/config.php');
require_once('../other/session.php');
if(!isset($_SESSION['tsuid'])) {
set_session_ts3($ts['voice'], $mysqlcon, $dbname);
set_session_ts3($ts['voice'], $mysqlcon, $dbname, $language);
}
$getstring = $_SESSION['tsuid'];
@@ -23,6 +23,7 @@ if ($substridle == 1) {
}
krsort($grouptime);
$grpcount = 0;
foreach ($grouptime as $time => $groupid) {
$grpcount++;
@@ -113,7 +114,9 @@ require_once('nav.php');
<div class="row">
<div class="col-xs-9 text-left">
<div class="huge"><?PHP echo $_SESSION['tsname'] ?></div>
<div><?PHP echo $lang['stmy0002'],' #',$dbdata_fetched[0]['rank']; ?></div>
<div><?PHP if ($dbdata_fetched[0]['except'] != 1) {
echo $lang['stmy0002'],' #',$dbdata_fetched[0]['rank'];
} ?></div>
</div>
<div class="col-xs-3">
<?PHP