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:26:10 +0300
committerMichal Čihař <michal@cihar.com>2016-07-23 12:26:10 +0300
commit754c1c987bef11093e905dfa20b06273851647ea (patch)
tree3e460b3797cfea1d3d478dc7ab9bb708d83a6399 /lint.php
parentd3a91549be9fd63d3afe3ea542114aa72f4cd79a (diff)
Properly mark requests to lint as AJAX request
Signed-off-by: Michal Čihař <michal@cihar.com>
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 73a3b289df..39d57c567d 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.