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:
authorChristian Raue <christian.raue@gmail.com>2014-07-23 22:30:48 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-23 22:30:48 +0400
commit9e5cae9504c6552900c287ae9db53d82b7329332 (patch)
treefaf4b53f894acb45d24c9f2c1b8698d52d730cfa /tests/javascript/piwik.php
parentd9adcfe6169c6c10059a670f2ed984908eb4e105 (diff)
reduced multiple empty lines to exactly one
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'];