Remove some unused code and some fix

Remove some unused code and some fix
This commit is contained in:
novgorodschi catalin
2026-05-21 13:12:21 +03:00
parent 878ecec687
commit 05bfde9063
22 changed files with 256 additions and 901 deletions
+5 -2
View File
@@ -63,7 +63,7 @@ include_once("Profile.php");
class Session {
private $time;
private $populated = false;
var $logged_in = false;
var $referrer, $url;
var $username, $uid, $access, $plus, $tribe, $isAdmin, $alliance, $gold, $oldrank, $gpack, $goldclub;
@@ -83,7 +83,10 @@ class Session {
private $userarray = [];
var $villages = [];
var $sit;
var $sit1;
var $sit2;
var $cp;
function __construct() {
global $database;