forked from extern/egroupware
Added missing function strip_html()
This commit is contained in:
parent
ba10be3d2f
commit
f0bafc4987
@ -87,6 +87,10 @@
|
|||||||
/**************************************************************************\
|
/**************************************************************************\
|
||||||
* Core functions *
|
* Core functions *
|
||||||
\**************************************************************************/
|
\**************************************************************************/
|
||||||
|
function strip_html($s)
|
||||||
|
{
|
||||||
|
return htmlspecialchars(stripslashes($s));
|
||||||
|
}
|
||||||
|
|
||||||
/* Wrapper to the session->link() */
|
/* Wrapper to the session->link() */
|
||||||
function link($url = "", $extravars = "")
|
function link($url = "", $extravars = "")
|
||||||
|
Loading…
Reference in New Issue
Block a user