From 66f478f0b5aab39be308e1095185773294f0b1f5 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Thu, 5 Feb 2015 13:48:12 +1300 Subject: Updated instructions --- misc/others/uninstall-delete-piwik-directory.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'misc/others') diff --git a/misc/others/uninstall-delete-piwik-directory.php b/misc/others/uninstall-delete-piwik-directory.php index adc3bf537a..ac606bb721 100644 --- a/misc/others/uninstall-delete-piwik-directory.php +++ b/misc/others/uninstall-delete-piwik-directory.php @@ -3,10 +3,11 @@ 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) +// 2) Remove the 2nd line (the "exit;") +// 3) Put this file in the folder that contains the piwik/ directory (above the piwik/ directory) // For example if the piwik/ folder is at http://your-site/piwik/ you put the file in http://your-site/uninstall-delete-piwik-directory.php -// 3) Go with your browser to http://your-site/uninstall-delete-piwik-directory.php -// 4) The folder http://your-site/piwik/ should now be deleted! +// 4) Go with your browser to http://your-site/uninstall-delete-piwik-directory.php +// 5) The folder http://your-site/piwik/ should now be deleted! // We hope you enjoyed Piwik. If you have any feedback why you stopped using Piwik, // please let us know at hello@piwik.org - we are interested by your experience function unlinkRecursive($dir) -- cgit v1.2.3