* [refac bug #64462] delete useless code.

This commit is contained in:
wangyidong
2025-08-06 15:22:16 +08:00
committed by tianshujie
parent 48e486f3eb
commit 299495674e
-1
View File
@@ -53,7 +53,6 @@ include '../../common/view/header.lite.html.php';
$isOnlybody = helper::inOnlyBodyMode();
unset($_GET['onlybody']);
echo html::a($this->createLink('my'), $lang->my->common, ($isOnlybody ? '_parent' : ''), "class='btn show-in-app' data-app='my'");
if(!empty($refererBeforeDeny)) echo html::a(helper::safe64Decode($refererBeforeDeny), $lang->user->goback, ($isOnlybody ? '_parent' : ''), "class='btn'");
echo html::a($this->createLink('user', 'logout', "referer=" . helper::safe64Encode($denyPage)), $lang->user->relogin, ($isOnlybody ? '_parent' : ''), "class='btn btn-primary'");
?>
</div>