Update of /cvsroot/easymod/easymod2/mods/easymod
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7470/mods/easymod
Modified Files:
easymod_install.php
Log Message:
Fixed issues updating the EM/FTP passwords.
Index: easymod_install.php
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/easymod_install.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** easymod_install.php 4 Nov 2005 22:06:13 -0000 1.36
--- easymod_install.php 5 Nov 2005 00:30:52 -0000 1.37
***************
*** 1630,1634 ****
// added security starting in 0.0.11, blowfish encrypt the ftp_pass
! $ftp_cipher = crypt_ftp_pass(EM_ENCRYPT, $ftp_pass, $em_md5);
// if not, add the fields
--- 1630,1634 ----
// added security starting in 0.0.11, blowfish encrypt the ftp_pass
! $ftp_cipher = crypt_ftp_pass(EM_ENCRYPT, $ftp_pass, $em_pass);
// if not, add the fields
|