mirror of
https://ghproxy.net/https://github.com/netcccyun/dnsmgr.git
synced 2026-07-22 12:17:13 +08:00
17 lines
256 B
PHP
17 lines
256 B
PHP
<?php
|
|
// 事件定义文件
|
|
return [
|
|
'bind' => [
|
|
],
|
|
|
|
'listen' => [
|
|
'AppInit' => [],
|
|
'HttpRun' => [],
|
|
'HttpEnd' => [],
|
|
'LogLevel' => [],
|
|
'LogWrite' => [],
|
|
],
|
|
|
|
'subscribe' => [
|
|
],
|
|
];
|