Integrate the iframe module into the framework

refs #10881
This commit is contained in:
Alexander A. Klimov 2016-02-09 13:37:53 +01:00
parent 34afcc07b3
commit 7fe71f7472
3 changed files with 2 additions and 5 deletions

View File

@ -1,14 +1,14 @@
<?php
/* Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Module\Iframe\Controllers;
namespace Icinga\Controllers;
use Icinga\Web\Controller;
/**
* Display external or internal links within an iframe
*/
class IndexController extends Controller
class IframeController extends Controller
{
/**
* Display iframe w/ the given URL

View File

@ -1,3 +0,0 @@
Module: iframe
Version: 2.1.2
Description: Display web sites within Icinga Web 2 via iframes