Useless function
oshosting/www/functions/general.php:
function osh_print_html($html)
{
return ($html);
}
(...)
echo osh_print_html('‘);
echo osh_print_html(’
‘);
oshosting/www/functions/general.php:
function osh_print_html($html)
{
return ($html);
}
(...)
echo osh_print_html('‘);
echo osh_print_html(’
‘);
You must be logged in to post a comment.