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:
Diffstat (limited to 'modules/ExceptionHandler.php')
-rw-r--r--modules/ExceptionHandler.php26
1 files changed, 13 insertions, 13 deletions
diff --git a/modules/ExceptionHandler.php b/modules/ExceptionHandler.php
index edfb684f42..7cebb85908 100644
--- a/modules/ExceptionHandler.php
+++ b/modules/ExceptionHandler.php
@@ -1,19 +1,19 @@
-<?php
-/**
- * Piwik - Open source web analytics
- *
- * @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id$
- *
- * @package Piwik_Helper
- */
+<?php
+/**
+ * Piwik - Open source web analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @version $Id$
+ *
+ * @package Piwik_Helper
+ */
require_once "modules/Piwik.php";
-
+
/**
- * Exception handler used to display nicely exceptions in Piwik
- *
+ * Exception handler used to display nicely exceptions in Piwik
+ *
* @package Piwik_Helper
*/
function Piwik_ExceptionHandler(Exception $exception)