Protocols: AnXray: change AnXray flag to axxray

This commit is contained in:
Beta Soft
2021-08-19 15:47:18 +08:00
parent abe1ebccae
commit e05f6116b6

View File

@ -4,7 +4,7 @@ namespace App\Http\Controllers\Client\Protocols;
class AnXray
{
public $flag = 'anxray';
public $flag = 'axxray';
private $servers;
private $user;