diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-06-12 08:55:06 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-06-12 08:55:06 +0000 |
| commit | 5240ec718c5c9a6befee0c421e224396fc7b747a (patch) | |
| tree | eb006bf74560b61e82a37e60c46b8448a8c8a511 /frontends/php/include/config.inc.php | |
| parent | 412fd1bca83c5bb8229a9bfa3b9a77a5573db3ba (diff) | |
- [DEV-137] fixed SQL error for PGSQL8.3 (Artem)
- [DEV-137] fixed Apache Auth loop problem (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5759 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/config.inc.php')
| -rw-r--r-- | frontends/php/include/config.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index b6716cd7..f07d5a8f 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -1444,6 +1444,7 @@ function TODO($msg) { echo "TODO: ".$msg.SBR; } // DEBUG INFO!!! */ function zbx_unsetcookie($name){ zbx_setcookie($name, null, -99999); + unset($_COOKIE[$name]); } /* function: |
