remove unused code
This commit is contained in:
parent
eed05dd08d
commit
9cc011564a
|
|
@ -12,9 +12,6 @@ if(!($user->isOwner())) {
|
||||||
adminPanelStats();
|
adminPanelStats();
|
||||||
|
|
||||||
$alert = '';
|
$alert = '';
|
||||||
$setup_html = $GLOBALS['setupHtmlPath']; //path to the setup "cdn"
|
|
||||||
$newgameversion = "version-" . bin2hex(openssl_random_pseudo_bytes(8));
|
|
||||||
$newstudioversion = "version-" . bin2hex(openssl_random_pseudo_bytes(8));
|
|
||||||
|
|
||||||
$body = <<<EOT
|
$body = <<<EOT
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue