summaryrefslogtreecommitdiffstats
path: root/frontends/php/screenconf.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-10 10:51:48 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-10 10:51:48 +0000
commite955d5411165bb66004a72c511ae33210243f98d (patch)
treec3e065cd71d94f274fb2cf1f584c0e9cb2dd236a /frontends/php/screenconf.php
parent4a9f29ac617a0e06cca029d3b26a657a83a3623c (diff)
downloadzabbix-e955d5411165bb66004a72c511ae33210243f98d.tar.gz
zabbix-e955d5411165bb66004a72c511ae33210243f98d.tar.xz
zabbix-e955d5411165bb66004a72c511ae33210243f98d.zip
- developed slideshows (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3981 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/screenconf.php')
-rw-r--r--frontends/php/screenconf.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/screenconf.php b/frontends/php/screenconf.php
index 928c3d7e..728c9be9 100644
--- a/frontends/php/screenconf.php
+++ b/frontends/php/screenconf.php
@@ -30,7 +30,7 @@ include_once "include/page_header.php";
?>
<?php
- $_REQUEST['config'] = get_request('config',get_profile('web.screens.config',0));
+ $_REQUEST['config'] = get_request('config',get_profile('web.screenconf.config',0));
// VAR TYPE OPTIONAL FLAGS VALIDATION EXCEPTION
$fields=array(
@@ -70,7 +70,7 @@ include_once "include/page_header.php";
$config = $_REQUEST['config'] = get_request('config', 0);
- update_profile('web.screens.config', $_REQUEST['config']);
+ update_profile('web.screenconf.config', $_REQUEST['config']);
?>
<?php
if( 0 == $config )