Merge branch 'QA_4_6'
This commit is contained in:
commit
d3b6d1e7fd
@ -134,10 +134,10 @@ class PMA_HeaderLocation_Test extends PHPUnit_Framework_TestCase
|
||||
$testUri_js = Sanitize::escapeJsString($testUri);
|
||||
|
||||
$header = "<html>\n<head>\n <title>- - -</title>
|
||||
<meta http-equiv=\"expires\" content=\"0\">"
|
||||
. "\n <meta http-equiv=\"Pragma\" content=\"no-cache\">"
|
||||
. "\n <meta http-equiv=\"Cache-Control\" content=\"no-cache\">"
|
||||
. "\n <meta http-equiv=\"Refresh\" content=\"0;url=" . $testUri_html . "\">"
|
||||
<meta http-equiv=\"expires\" content=\"0\" />"
|
||||
. "\n <meta http-equiv=\"Pragma\" content=\"no-cache\" />"
|
||||
. "\n <meta http-equiv=\"Cache-Control\" content=\"no-cache\" />"
|
||||
. "\n <meta http-equiv=\"Refresh\" content=\"0;url=" . $testUri_html . "\" />"
|
||||
. "\n <script type=\"text/javascript\">\n //<![CDATA[
|
||||
setTimeout(\"window.location = decodeURI('" . $testUri_js . "')\", 2000);
|
||||
//]]>\n </script>\n</head>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user