We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455964c commit 74fffbcCopy full SHA for 74fffbc
inc/plugins/rexshop.php
@@ -1,10 +1,11 @@
1
<?php
2
3
-if (!defined("IN_MYBB")) {
+if (! defined("IN_MYBB")) {
4
die("This file cannot be accessed directly.");
5
}
6
-
7
-define('TIME_NOW', time());
+if (! defined('TIME_NOW')) {
+ define('TIME_NOW', time());
8
+}
9
define('BAN_REASON_CHARGEBACK', 'payment_disputed');
10
define('REXSHOP_USERGROUP_EXPIRED', 2);
11
define('REXSHOP_STATUS_COMPLETED', 'completed');
0 commit comments