忘れた
This commit is contained in:
2
util.php
2
util.php
@@ -14,6 +14,8 @@ function uuid(): string {
|
||||
}
|
||||
|
||||
function kys(mixed $arg): void {
|
||||
if (gettype($arg) == 'boolean') $arg = $arg === true ? 'true' : 'false';
|
||||
foreach ($arg as $a) { if (gettype($a) == 'boolean') $a = $a === true ? 'true' : 'false'; }
|
||||
echo '<style>html { color: #fcfcfc; background-color: #232023; } body { margin: 0; }</style>';
|
||||
echo '<header style="padding: 10px 0; display: flex; justify-content: space-evenly; background-color: #550f75; margin-bottom: 20px; position: sticky; top: 0;"><div><b>K</b>ILL</div> <div><b>Y</b>OUR</div> <div><b>S</b>ELF</div></header>';
|
||||
echo '<pre>';
|
||||
|
||||
Reference in New Issue
Block a user