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