check.php: random subdomain for /ht/add-subdomain
This commit is contained in:
parent
4217602b46
commit
e6cc5eed1c
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ exit
|
|||
}
|
||||
|
||||
{
|
||||
$ht_subdomain = 'test3';
|
||||
$ht_subdomain = bin2hex(random_bytes(16));
|
||||
|
||||
startTest('subdomain site creation');
|
||||
curlTest('/ht/add-subdomain', [
|
||||
|
|
Loading…
Reference in a new issue