T1703312158

This commit is contained in:
Leander
2017-03-31 21:58:42 +02:00
parent 3fb0f3e88c
commit c605f1451f
2 changed files with 13 additions and 10 deletions

View File

@@ -14,6 +14,10 @@
$uid = md5(uniqid(rand(), true));
$database = new Database();
$numbers = range(0, 19);
shuffle($numbers);
print numbers;
if(preg_match(PATTERN, $name) != 1 or !$name) {
$error = 11101;
} else {