game2005api/webapp/controller/GMController.class.php
aozhiwei 8aa3b635c4 1
2021-12-08 15:14:17 +08:00

18 lines
250 B
PHP

<?php
class GMController extends BaseController {
function __construct()
{
if (SERVER_ENV == _ONLINE) {
die("can't create GMController");
return;
}
}
public function execCmd()
{
}
}