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()
{
parent::_handlePre();
// if (SERVER_ENV == _ONLINE) {
// die("can't create GMController");
// return;
// }
if (SERVER_ENV == _ONLINE) {
die("can't create GMController");
return;
}
}
public function execCmd()