This commit is contained in:
hujiabin 2023-07-10 20:31:58 +08:00
parent 16a713be26
commit 3adc47b656

View File

@ -13,10 +13,10 @@ class GMController extends BaseAuthedController {
public function _handlePre() public function _handlePre()
{ {
parent::_handlePre(); parent::_handlePre();
// if (SERVER_ENV == _ONLINE) { if (SERVER_ENV == _ONLINE) {
// die("can't create GMController"); die("can't create GMController");
// return; return;
// } }
} }
public function execCmd() public function execCmd()