1
This commit is contained in:
parent
16a713be26
commit
3adc47b656
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user