Add hack to avoid the default HTML in blt.php/wml
This commit is contained in:
parent
bc342f9fbf
commit
f8b0d3d4ef
1 changed files with 3 additions and 0 deletions
|
@ -131,4 +131,7 @@ if (isset ($error) && $error != "") {
|
|||
if (isset ($handle))
|
||||
elec_sql_close ($handle);
|
||||
|
||||
// don't output the HTML that wml adds below
|
||||
exit;
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue