Skip to content

Commit

Permalink
Merge pull request #10 from 70L/patch-1
Browse files Browse the repository at this point in the history
Update download.php
  • Loading branch information
znixbtw committed Dec 22, 2021
2 parents b41c76e + 1fab421 commit 16abe44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.php
Expand Up @@ -10,7 +10,7 @@

if (!Session::isLogged()) { Util::redirect('/login.php'); }
Util::banCheck();
if ($user->getSubStatus() < 0) { Util::redirect('/'); }
if ($user->getSubStatus() <= 0) { Util::redirect('/'); }

$cheat = Util::randomCode(5);

Expand Down

0 comments on commit 16abe44

Please sign in to comment.