mirror of
https://github.com/v2board/v2board.git
synced 2025-12-17 02:42:05 +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