Properly mark requests to lint as AJAX request

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-07-23 11:26:10 +02:00
parent d3a91549be
commit 754c1c987b

View File

@ -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.