mirror of
https://gh.wpcy.net/https://github.com/netcccyun/easypanel.git
synced 2026-04-23 03:52:25 +08:00
21 lines
No EOL
238 B
PHP
21 lines
No EOL
238 B
PHP
<?php
|
|
class FileaccessAPI extends API
|
|
{
|
|
public function add($vhost, $file, $action)
|
|
{
|
|
}
|
|
|
|
public function del($vhost, $file)
|
|
{
|
|
}
|
|
|
|
private function convert($vhost)
|
|
{
|
|
}
|
|
|
|
private function init($vhost)
|
|
{
|
|
}
|
|
}
|
|
|
|
?>
|