mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-04 11:21:46 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			155 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			155 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
namespace Library;
 | 
						|
 | 
						|
 | 
						|
class V2ray
 | 
						|
{
 | 
						|
    protected $config;
 | 
						|
 | 
						|
    public function __construct()
 | 
						|
    {
 | 
						|
        $this->config = new \StdClass();
 | 
						|
    }
 | 
						|
}
 |