Useless function

oshosting/www/functions/general.php:

function osh_print_html($html)
{
return ($html);
}
(...)
echo osh_print_html('‘);
echo osh_print_html(’
‘);

Leave a Reply

You must be logged in to post a comment.