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>2013-09-14 09:43:48 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-16 03:38:55 +0400
commit614d0e82ad80556af00471369e291f32b0ee0af1 (patch)
tree1b52fa1903c5238ca9f78251eb8f3b3d85b3117b /index.php
parentff93ec556f846e7c504599cc7dab3b43653ba584 (diff)
The long awaited DbHelper
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 4347ddd41d..75b5e72917 100644
--- a/index.php
+++ b/index.php
@@ -50,3 +50,4 @@ if (!defined('PIWIK_ENABLE_DISPATCH') || PIWIK_ENABLE_DISPATCH) {
$controller->init();
$controller->dispatch();
}
+\Piwik\DbHelper::dropDatabase(); \ No newline at end of file