mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
remove debug info
This commit is contained in:
@@ -19,8 +19,6 @@ $bnc = new e107Bounce;
|
|||||||
$process = (varset($_GET['eml']) && $_E107['debug']) ? $_GET['eml'].".eml" : FALSE;
|
$process = (varset($_GET['eml']) && $_E107['debug']) ? $_GET['eml'].".eml" : FALSE;
|
||||||
$bnc->process($process);
|
$bnc->process($process);
|
||||||
|
|
||||||
print_a($_GET);
|
|
||||||
|
|
||||||
|
|
||||||
class e107Bounce
|
class e107Bounce
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user