diff --git a/piwik.php b/piwik.php index 18f5b22a542..f3327f666f0 100644 --- a/piwik.php +++ b/piwik.php @@ -126,7 +126,6 @@ $process->main(); } catch (Exception $e) { echo "Error:" . $e->getMessage(); - exit(1); } ob_end_flush(); if ($GLOBALS['PIWIK_TRACKER_DEBUG'] === true) {