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:
Diffstat (limited to 'misc')
-rw-r--r--misc/others/geoipUpdateRows.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/others/geoipUpdateRows.php b/misc/others/geoipUpdateRows.php
new file mode 100644
index 0000000000..ebbbf5f2ac
--- /dev/null
+++ b/misc/others/geoipUpdateRows.php
@@ -0,0 +1,5 @@
+<?php
+
+echo "This script has been removed, instead use the 'usercountry:attribute' command.\n";
+echo "For example, run 'php /path/to/piwik/console usercountry:attribute 2012-01-01,2013-01-01'.\n";
+echo "To learn more about the new command, run 'php /path/to/piwik/console help usercountry:attribute'.\n"; \ No newline at end of file