mirror of
https://github.com/netcccyun/easypanel.git
synced 2026-07-22 00:17:06 +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)
|
|
{
|
|
}
|
|
}
|
|
|
|
?>
|