[Piwik-svn] r378 - trunk/modules/Log
svnmaster at piwik.org
svnmaster at piwik.org
Mon Mar 17 10:54:30 CET 2008
Author: matt
Date: 2008-03-17 10:54:28 +0100 (Mon, 17 Mar 2008)
New Revision: 378
Modified:
trunk/modules/Log/Exception.php
Log:
- remove link from error message (so that referer is not set)
Modified: trunk/modules/Log/Exception.php
===================================================================
--- trunk/modules/Log/Exception.php 2008-03-14 22:36:46 UTC (rev 377)
+++ trunk/modules/Log/Exception.php 2008-03-17 09:54:28 UTC (rev 378)
@@ -86,7 +86,7 @@
// but with javascript we hide the DIV and onclick we show it
$message .= "<script>document.getElementById('$divId').style.display='none';</script>";
- $message .= "<br>You can get help from <a href='http://piwik.org'>Piwik.org</a> (give us the full error message + your PHP and Mysql version)";
+ $message .= "<br>You can get help from http://piwik.org (give us the full error message + your PHP and Mysql version)";
return $message;
}
More information about the Piwik-svn
mailing list