mirror of
https://github.com/netcccyun/easypanel.git
synced 2026-07-21 16:08:24 +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');
|
|
}
|
|
}
|
|
|
|
?>
|