Cleanup temporary variables.

This commit is contained in:
Michal Čihař
2008-09-03 15:34:30 +00:00
parent a7ab2b98ee
commit 5fe66c5891

View File

@@ -564,6 +564,7 @@ function PMA_auth_set_user()
$cfg['Server']['port'] = $tmp_port;
}
}
unset($tmp_host, $tmp_port, $parts);
}
$cfg['Server']['user'] = $GLOBALS['PHP_AUTH_USER'];
$cfg['Server']['password'] = $GLOBALS['PHP_AUTH_PW'];