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 'core/Piwik.php')
-rw-r--r--core/Piwik.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/Piwik.php b/core/Piwik.php
index 95e953bd09..62a7bbcb29 100644
--- a/core/Piwik.php
+++ b/core/Piwik.php
@@ -106,14 +106,6 @@ class Piwik
}
/**
- * Installation helper
- */
- static public function install()
- {
- Piwik_Common::mkdir(PIWIK_USER_PATH . '/' . Piwik_Config::getInstance()->smarty['compile_dir']);
- }
-
- /**
* Uninstallation helper
*/
static public function uninstall()