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:
authormattpiwik <matthieu.aubry@gmail.com>2010-12-21 08:54:36 +0300
committermattpiwik <matthieu.aubry@gmail.com>2010-12-21 08:54:36 +0300
commit6b409963dce4035ccb35e1d0a9d436a1b49d9ff4 (patch)
tree53fdd93cef3f2edb829b18be86644d433e1a1ce1 /index.php
parent69764ff03d512cee4cb2b4fbc8534b14ffd6a4a0 (diff)
Test failed build should send email to piwik-builds
git-svn-id: http://dev.piwik.org/svn/trunk@3484 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index b0f5ec203a..885ca943e3 100644
--- a/index.php
+++ b/index.php
@@ -8,7 +8,7 @@
*
* @package Piwik
*/
-
+failing();
if(file_exists('bootstrap.php'))
{
require_once 'bootstrap.php';