BUG-8753 Short Tags are Still Present as of Version 2.0.38 SOLVED
- Short tags are still present in the code in the form of the short print tag: <?= - Changing of the short tags for deprecated functions and code.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<title>Redirector</title>
|
||||
<meta http-equiv="PRAGMA" content="NO-CACHE" />
|
||||
<meta http-equiv="CACHE-CONTROL" content="NO-STORE" />
|
||||
<meta http-equiv="REFRESH" content="0;URL=<?= $COMPLETE_URI ?>" />
|
||||
<meta http-equiv="REFRESH" content="0;URL=<?php echo $COMPLETE_URI ?>" />
|
||||
</head>
|
||||
<body bgcolor="White">
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user