テスト用
This commit is contained in:
+3
-3
@@ -16,7 +16,7 @@ $user -> inheritance_code = implode (array_map (fn () => rand (0, 9), range (1,
|
||||
|
||||
$user -> insert ();
|
||||
|
||||
echo [$user -> id,
|
||||
$user -> pass,
|
||||
$user -> inheritance_code];
|
||||
echo implode (',', [$user -> id,
|
||||
$user -> pass,
|
||||
$user -> inheritance_code]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user