mirror of
https://gh.wpcy.net/https://github.com/netcccyun/easypanel.git
synced 2026-04-23 03:52:25 +08:00
11 lines
No EOL
136 B
PHP
11 lines
No EOL
136 B
PHP
<?php
|
|
needRole('vhost');
|
|
class WebalizerControl extends control
|
|
{
|
|
public function showLog()
|
|
{
|
|
exit('not suppor');
|
|
}
|
|
}
|
|
|
|
?>
|