blob: 27ec0a4af4d4154b480c434cb7099acf0109112c (
plain)
1
2
3
4
5
|
<?php
$error = stripslashes_deep($_REQUEST['freeside_error']);
?>
<FONT SIZE="+1" COLOR="#ff0000"><?php echo htmlspecialchars($error); ?><?php if ($error) { echo '<BR><BR>'; } ?></FONT>
|