Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-07-23 12:27:33 +0300
committerMichal Čihař <michal@cihar.com>2016-07-23 12:27:33 +0300
commit9ff612a76c83f89e9e6588154fd6849e6b8e9d42 (patch)
treedc1d20df8f1929c47c4f51e72e1c96585c5ae941 /lint.php
parentae23386ce94b1c53140c131f56dec3914ce9f481 (diff)
parent754c1c987bef11093e905dfa20b06273851647ea (diff)
Merge branch 'QA_4_6-security' into master-security
Diffstat (limited to 'lint.php')
-rw-r--r--lint.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lint.php b/lint.php
index e1d6b5f7b8..25ee88b132 100644
--- a/lint.php
+++ b/lint.php
@@ -7,6 +7,8 @@
*/
use PMA\libraries\Linter;
+$_GET['ajax_request'] = 'true';
+
/**
* Loading common files. Used to check for authorization, localization and to
* load the parsing library.