diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-11-07 08:56:18 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-11-07 08:56:18 +0000 |
| commit | 23bdb608fe93cf4a98683dae0a09fcca30aa9d1d (patch) | |
| tree | fa3b2460d754189c42780f7da474fb6599240856 /frontends/php/include/classes/cform.inc.php | |
| parent | dda9501aff9b7293055eee1a8c769068d3701ad7 (diff) | |
| download | zabbix-23bdb608fe93cf4a98683dae0a09fcca30aa9d1d.tar.gz zabbix-23bdb608fe93cf4a98683dae0a09fcca30aa9d1d.tar.xz zabbix-23bdb608fe93cf4a98683dae0a09fcca30aa9d1d.zip | |
- developed frontend installation wizard (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3434 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes/cform.inc.php')
| -rw-r--r-- | frontends/php/include/classes/cform.inc.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/frontends/php/include/classes/cform.inc.php b/frontends/php/include/classes/cform.inc.php index 9767a7f3..7af98ee8 100644 --- a/frontends/php/include/classes/cform.inc.php +++ b/frontends/php/include/classes/cform.inc.php @@ -41,9 +41,12 @@ { if(isset($page['file'])) { - return $this->options['action'] = $page['file']; + $value = $page['file']; + } + else + { + $value = "#"; } - return 1; } return $this->options['action'] = $value; } |
