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:
authordiosmosis <benaka@piwik.pro>2015-03-11 10:20:12 +0300
committerdiosmosis <benaka@piwik.pro>2015-03-11 10:20:12 +0300
commit070135f195694a52552d3bafb687c7fcf7f6988c (patch)
treec41f768805e35da32b29adb7e55d0587778dc3df /misc
parentab840f9fe1161607d2ef668004d17282f02704b7 (diff)
Re-add geoipUpdateRows.php w/ message about new command.
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