Merge branch 'QA_4_7'

This commit is contained in:
Michal Čihař 2017-11-28 09:12:42 +01:00
commit 4e6a944d7f

View File

@ -7,6 +7,10 @@
* @package PhpMyAdmin
*/
if (! isset($_GET['scripts'])) {
die('Missing parameter');
}
if (!defined('TESTSUITE')) {
chdir('..');