diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-08-05 08:29:22 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-08-05 08:29:22 +0000 |
| commit | b1a528879c1e7e7d7886a273cf954741d057e038 (patch) | |
| tree | 85821a6560cbd493c921c26fd0d0855df47e9be2 /frontends/php/maps.php | |
| parent | 456d33cecd93804e8dcd9f3884ad21fb4eb71ab4 (diff) | |
| download | zabbix-b1a528879c1e7e7d7886a273cf954741d057e038.tar.gz zabbix-b1a528879c1e7e7d7886a273cf954741d057e038.tar.xz zabbix-b1a528879c1e7e7d7886a273cf954741d057e038.zip | |
- [DEV-137] small fixes & performance enchantments (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5869 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/maps.php')
| -rw-r--r-- | frontends/php/maps.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/frontends/php/maps.php b/frontends/php/maps.php index ea2710b8..34a1f6c3 100644 --- a/frontends/php/maps.php +++ b/frontends/php/maps.php @@ -19,10 +19,10 @@ **/ ?> <?php - require_once "include/config.inc.php"; + require_once('include/config.inc.php'); - $page["title"] = "S_NETWORK_MAPS"; - $page["file"] = "maps.php"; + $page['title'] = "S_NETWORK_MAPS"; + $page['file'] = 'maps.php'; $page['hist_arg'] = array('sysmapid'); $page['scripts'] = array('prototype.js','url.js'); @@ -32,7 +32,7 @@ define('ZBX_PAGE_DO_REFRESH', 1); } -include_once "include/page_header.php"; +include_once('include/page_header.php'); ?> <?php @@ -192,4 +192,4 @@ include_once "include/page_header.php"; include_once "include/page_footer.php"; -?> +?>
\ No newline at end of file |
