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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2011-07-09 14:28:31 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2011-07-09 14:28:31 +0400
commit636096ee510d5020bdc331e9e3e04b545a490d77 (patch)
treef5d2ab72be7382f8d9e2ed07b1ddcf9a36ea62e2
parent602799e9f978349a09b479b6d31972145f52ba7b (diff)
parent648674e4c2e749d02689559a18c35877011bd41e (diff)
-rw-r--r--tests/webtest/testcases/modules/macros.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/webtest/testcases/modules/macros.xml b/tests/webtest/testcases/modules/macros.xml
index 8c342b19cc..edadb2b89d 100644
--- a/tests/webtest/testcases/modules/macros.xml
+++ b/tests/webtest/testcases/modules/macros.xml
@@ -3,7 +3,7 @@
<sequential>
<exec executable="${php.executable}" dir="${basedir}" outputproperty="@{output}">
<arg value="-r" />
- <arg value="@date_default_timezone_set('UTC'); &#36;ini = parse_ini_file('${basedir}/../../config/config.ini.php', true); &#36;passwd = md5('piwik_password'); echo md5(strftime('%Y%m%d%H', time()+24*60*60) . 'piwik_login' . 'nobody@piwik.org' . substr(&#36;passwd, 0, 16) . &#36;ini['superuser']['salt'] . substr(&#36;passwd, -16));" />
+ <arg value="@date_default_timezone_set('UTC'); &#36;ini = parse_ini_file('${basedir}/../../config/config.ini.php', true); &#36;passwd = md5('piwik_password'); echo hash('whirlpool', strftime('%Y%m%d%H', time()+24*60*60) . 'piwik_login' . 'nobody@piwik.org' . substr(&#36;passwd, 0, 16) . &#36;ini['superuser']['salt'] . substr(&#36;passwd, -16));" />
</exec>
</sequential>
</macrodef>