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:
Diffstat (limited to 'tests/javascript/piwik.php')
-rw-r--r--tests/javascript/piwik.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/javascript/piwik.php b/tests/javascript/piwik.php
index 26cfa67eb4..856193e330 100644
--- a/tests/javascript/piwik.php
+++ b/tests/javascript/piwik.php
@@ -35,7 +35,6 @@ if (filesize(dirname(__FILE__).'/unittest.dbf') == 0)
}
}
-
if (isset($_GET['requests'])) {
$token = get_magic_quotes_gpc() ? stripslashes($_GET['requests']) : $_GET['requests'];
$ua = $_SERVER['HTTP_USER_AGENT'];