Replace manual <script> tag with common code.
This commit is contained in:
@@ -16,9 +16,7 @@ require_once './libraries/common.inc.php';
|
|||||||
|
|
||||||
// Cross-framing protection
|
// Cross-framing protection
|
||||||
if ( false === $GLOBALS['cfg']['AllowThirdPartyFraming']) {
|
if ( false === $GLOBALS['cfg']['AllowThirdPartyFraming']) {
|
||||||
?>
|
echo PMA_includeJS('cross_framing_protection.js');
|
||||||
<script src="./js/cross_framing_protection.js" type="text/javascript"></script>
|
|
||||||
<?php
|
|
||||||
}
|
}
|
||||||
// generate title
|
// generate title
|
||||||
$title = PMA_expandUserString(
|
$title = PMA_expandUserString(
|
||||||
|
Reference in New Issue
Block a user