Fix jobs/check.php

This commit is contained in:
Miraty 2023-06-21 01:23:19 +02:00
parent d8b4ee90bb
commit b2fdc0c925
1 changed files with 2 additions and 0 deletions

View File

@ -151,6 +151,8 @@ function testReg(): string {
'suffix' => SUFFIX,
'ns' => $matches['token'],
]);
$username = $username . '2';
}
return $domain;