1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

remove debug info

This commit is contained in:
CaMer0n
2009-10-25 15:08:26 +00:00
parent d395126cfe
commit 4b327acb2a

View File

@@ -19,8 +19,6 @@ $bnc = new e107Bounce;
$process = (varset($_GET['eml']) && $_E107['debug']) ? $_GET['eml'].".eml" : FALSE;
$bnc->process($process);
print_a($_GET);
class e107Bounce
{