diff options
Diffstat (limited to 'frontends/php/exp_imp.php')
| -rw-r--r-- | frontends/php/exp_imp.php | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/frontends/php/exp_imp.php b/frontends/php/exp_imp.php index 48d17d60..dd766d58 100644 --- a/frontends/php/exp_imp.php +++ b/frontends/php/exp_imp.php @@ -22,16 +22,14 @@ require_once "include/forms.inc.php"; ?> <?php - if(isset($_REQUEST['export']) && isset($_REQUEST['hosts'])) - { + if(isset($_REQUEST['export']) && isset($_REQUEST['hosts'])){ $EXPORT_DATA = true; - $page["type"] = PAGE_TYPE_XML; - $page["file"] = "zabbix_export.xml"; + $page["type"] = PAGE_TYPE_XML; + $page["file"] = "zabbix_export.xml"; } - else - { - $page["title"] = "S_EXPORT_IMPORT"; - $page["file"] = "exp_imp.php"; + else{ + $page["title"] = "S_EXPORT_IMPORT"; + $page["file"] = "exp_imp.php"; $page['hist_arg'] = array('config','groupid'); } |
