This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
icingaweb2
mirror of
https://github.com/Icinga/icingaweb2.git
Watch
1
Star
0
Fork
You've already forked icingaweb2
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4c4e8e4ac2
icingaweb2
/
modules
/
iframe
/
application
/
views
/
scripts
/
index
/
index.phtml
2 lines
100 B
PHTML
Raw
Normal View
History
Unescape
Escape
Revert "iframe: Do not escape the url" This reverts commit bd424a7cbdcd4985435449b0106d8ec4d326d1c3. refs #10321
2015-10-15 11:01:04 +02:00
<
iframe
src
=
"
<?
=
$this
->
escape
(
$url
)
?>
"
style
=
"height:100%; width:99%;"
frameborder
=
"no"
></
iframe
>