This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
php_group
/
watercat_website
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
32c8c40db8
Branchit
Tagit
master
watercat_web...
/
public
/
plugins
/
demo
/
command.php
command.php
106 B
Historia
Raaka
1
2
3
4
5
<?php
return [
// 指令名 =》完整的类名
'plugin:hello' => 'plugins\demo\command\Hello'
];