OpsController.class.php改为软连接
This commit is contained in:
parent
a3467fa5b3
commit
61b12e3ec7
@ -1,15 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
class OpsController {
|
|
||||||
|
|
||||||
public function selfChecking()
|
|
||||||
{
|
|
||||||
echo json_encode(array(
|
|
||||||
'errcode' => 0,
|
|
||||||
'errmsg' => '',
|
|
||||||
'healthy' => 1,
|
|
||||||
'max_rundelay' => 1,
|
|
||||||
));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
1
webapp/controller/OpsController.class.php
Symbolic link
1
webapp/controller/OpsController.class.php
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../phpcommon/Controller/OpsController.class.php
|
Loading…
x
Reference in New Issue
Block a user