Вывод личного дела. Дебаг.

This commit is contained in:
lopar 2020-07-05 20:59:52 +03:00
parent 03ed5eee99
commit f671855131
1 changed files with 4 additions and 0 deletions

View File

@ -177,6 +177,10 @@ EMPTY_SLOT;
echo nl2br($this->info);
}
echo '</div><!-- user-info-container-lower -->';
$this->Bank = new Bank($this->id);
echo sprintf('Денег в банке: %s. <br> session_uid: %s.', $this->Bank->money, $_SESSION['uid']);
}
public function showStarSign() {