mirror of
https://github.com/v2board/v2board.git
synced 2025-06-15 06:07:49 +08:00
update server stat and app default config
This commit is contained in:
14
library/V2ray.php
Normal file
14
library/V2ray.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Library;
|
||||
|
||||
|
||||
class V2ray
|
||||
{
|
||||
protected $config;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->config = new \StdClass();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user