Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
schedules
/
f4c66728749ef721364e7e1e2e0f10c3f561060f
/
.
/
inc
/
security.php
blob: d90629fedadd2f5b4dba40dfbc818366a7489b5a [
file
] [
log
] [
blame
]
avm99963
99bb77c
2020-01-27 03:15:08 +0100
[
diff
] [
blame
]
1
<?
php
2
class
security
{
3
public
static
function
htmlsafe
(
$string
)
{
4
return
htmlspecialchars
(
$string
);
5
}
6
}