parent
34afcc07b3
commit
7fe71f7472
|
@ -1,14 +1,14 @@
|
||||||
<?php
|
<?php
|
||||||
/* Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */
|
/* Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
namespace Icinga\Module\Iframe\Controllers;
|
namespace Icinga\Controllers;
|
||||||
|
|
||||||
use Icinga\Web\Controller;
|
use Icinga\Web\Controller;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Display external or internal links within an iframe
|
* Display external or internal links within an iframe
|
||||||
*/
|
*/
|
||||||
class IndexController extends Controller
|
class IframeController extends Controller
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Display iframe w/ the given URL
|
* Display iframe w/ the given URL
|
|
@ -1,3 +0,0 @@
|
||||||
Module: iframe
|
|
||||||
Version: 2.1.2
|
|
||||||
Description: Display web sites within Icinga Web 2 via iframes
|
|
Loading…
Reference in New Issue