Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-05-19 02:37:34 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-19 02:37:34 +0400
commitfe0de6cb47157fc76094e3f466b1e950ce3b9670 (patch)
tree2395b00d6309a8dd2e5ecd4e8b8caa3789d91074 /piwik.php
parent7408b7c210d84e5b8e86beb427ea20cdfb4442e4 (diff)
Remove exit(1); as i'm not sure if it is useful yet.
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/piwik.php b/piwik.php
index 18f5b22a54..f3327f666f 100644
--- a/piwik.php
+++ b/piwik.php
@@ -126,7 +126,6 @@ if (!defined('PIWIK_ENABLE_TRACKING') || PIWIK_ENABLE_TRACKING) {
$process->main();
} catch (Exception $e) {
echo "Error:" . $e->getMessage();
- exit(1);
}
ob_end_flush();
if ($GLOBALS['PIWIK_TRACKER_DEBUG'] === true) {