coming together
All checks were successful
Build and push / Pulling repo on server (push) Successful in 24s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 24s
This commit is contained in:
@ -167,4 +167,9 @@ function gen_uuid() {
|
||||
// 48 bits for "node"
|
||||
mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff )
|
||||
);
|
||||
}
|
||||
|
||||
function escape($str)
|
||||
{
|
||||
return htmlspecialchars($str, ENT_QUOTES, 'UTF-8');
|
||||
}
|
Reference in New Issue
Block a user