Skip to content

Commit

Permalink
add auth
Browse files Browse the repository at this point in the history
  • Loading branch information
IoTcat committed Dec 23, 2020
1 parent e5d749e commit 9079be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -24,7 +24,7 @@
}
}

if(!$o){
if(!$o && $_GET['auth'] == 'iotcat'){

$json = json_decode(file_get_contents('/mnt/config/v2ray/uuid.json'));
foreach($json as $item){
Expand Down

0 comments on commit 9079be6

Please sign in to comment.