mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
parent
8981f2cc26
commit
f0f24bee94
@ -1,6 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
|
namespace Icinga\Module\Doc\Controllers;
|
||||||
|
|
||||||
use Icinga\Application\Icinga;
|
use Icinga\Application\Icinga;
|
||||||
use Icinga\Module\Doc\DocController;
|
use Icinga\Module\Doc\DocController;
|
||||||
use Icinga\Module\Doc\DocParser;
|
use Icinga\Module\Doc\DocParser;
|
||||||
@ -9,7 +11,7 @@ use Icinga\Module\Doc\Renderer\DocSearchRenderer;
|
|||||||
use Icinga\Module\Doc\Search\DocSearch;
|
use Icinga\Module\Doc\Search\DocSearch;
|
||||||
use Icinga\Module\Doc\Search\DocSearchIterator;
|
use Icinga\Module\Doc\Search\DocSearchIterator;
|
||||||
|
|
||||||
class Doc_SearchController extends DocController
|
class SearchController extends DocController
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Render search
|
* Render search
|
||||||
|
Loading…
x
Reference in New Issue
Block a user