Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
schedules
/
f4c66728749ef721364e7e1e2e0f10c3f561060f
/
.
/
inc
/
security.php
blob: d90629fedadd2f5b4dba40dfbc818366a7489b5a [
file
] [
log
] [
blame
]
<?
php
class
security
{
public
static
function
htmlsafe
(
$string
)
{
return
htmlspecialchars
(
$string
);
}
}