#18628259 : store ftp_password in session only when authentication succeeds

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7207 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-01-21 07:07:37 +00:00
parent 4c1fa0a568
commit c1610d359d
2 changed files with 2 additions and 1 deletions

View file

@ -118,7 +118,6 @@
if(!$_SESSION['ftp_password'])
{
$ftp_password = Context::get('ftp_password');
if($ftp_password) $_SESSION['ftp_password'] = $ftp_password;
}
else
{