Merge pull request !63 from Coxxs/master

This commit is contained in:
Coxxs 2017-03-10 09:39:55 +08:00 committed by Discuz!
commit 09284b8bb9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ if($_GET['action'] == 'paysucceed') {
exit;
} elseif($_GET['action'] == 'attachcredit') {
if($_GET['formhash'] != FORMHASH) {
if($_GET['formhash'] != FORMHASH || !$_G['uid']) {
showmessage('undefined_action', NULL);
}