diff --git a/third_party/phpcommon b/third_party/phpcommon index 525288be..18a54c2c 160000 --- a/third_party/phpcommon +++ b/third_party/phpcommon @@ -1 +1 @@ -Subproject commit 525288beb5a668632e277ad604dc4a4de94546a0 +Subproject commit 18a54c2cfb3f63903327f5be6c0a06a5d9c5aef5 diff --git a/webapp/controller/OpsController.class.php b/webapp/controller/OpsController.class.php deleted file mode 100644 index a48c3cac..00000000 --- a/webapp/controller/OpsController.class.php +++ /dev/null @@ -1,18 +0,0 @@ - 0, - 'errmsg' => "gameid:{$this->gameid}", - 'healthy' => 1, - 'max_rundelay' => 1, - 'time' => phpcommon\getNowTime() - )); - } - -} diff --git a/webapp/controller/OpsController.class.php b/webapp/controller/OpsController.class.php new file mode 120000 index 00000000..62c93519 --- /dev/null +++ b/webapp/controller/OpsController.class.php @@ -0,0 +1 @@ +../../third_party/phpcommon/Controller/OpsController.class.php \ No newline at end of file