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
path: root/misc
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-02-05 01:55:32 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-02-05 01:55:32 +0300
commit4dc57b08bb6b82626548b9fdaca82a65b1aa20c6 (patch)
tree401f4d8e15543de75790b228eafe9fffe937aece /misc
parenta9cb3fc9696acf73738f63015ff7bba91818b358 (diff)
Disable by default the script to delete Piwik
This file is included in releases…
Diffstat (limited to 'misc')
-rw-r--r--misc/others/uninstall-delete-piwik-directory.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/others/uninstall-delete-piwik-directory.php b/misc/others/uninstall-delete-piwik-directory.php
index 97030daa48..adc3bf537a 100644
--- a/misc/others/uninstall-delete-piwik-directory.php
+++ b/misc/others/uninstall-delete-piwik-directory.php
@@ -1,4 +1,6 @@
<?php
+exit; // Remove this line before using the script
+
// How to remove the piwik/ directory if it does not work in FTP?
// 1) Download and upload this file to your webserver
// 2) Put this file in the folder that contains the piwik/ directory (above the piwik/ directory)