Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/browserwarning.php')
-rw-r--r--frontends/php/browserwarning.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/browserwarning.php b/frontends/php/browserwarning.php
index 42b44c9f1fe..353792ad115 100644
--- a/frontends/php/browserwarning.php
+++ b/frontends/php/browserwarning.php
@@ -22,7 +22,7 @@
require_once dirname(__FILE__).'/include/gettextwrapper.inc.php';
require_once dirname(__FILE__).'/include/func.inc.php';
require_once dirname(__FILE__).'/include/defines.inc.php';
-require_once dirname(__FILE__).'/include/classes/class.cview.php';
+require_once dirname(__FILE__).'/include/classes/core/CView.php';
$browserWarningForm = new CView('general.browserwarning');
$browserWarningForm->render();