Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Nov 28, 2017
2 parents 3eb8b54 + 85ff1b6 commit ca7441d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/get_scripts.js.php
Expand Up @@ -7,6 +7,10 @@
* @package PhpMyAdmin
*/

if (! isset($_GET['scripts'])) {
die('Missing parameter');
}

if (!defined('TESTSUITE')) {
chdir('..');

Expand Down

0 comments on commit ca7441d

Please sign in to comment.