Update of /cvsroot/easymod/easymod2/mods/easymod/em_includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7470/mods/easymod/em_includes
Modified Files:
em_functions.php
Log Message:
Fixed issues updating the EM/FTP passwords.
Index: em_functions.php
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/em_includes/em_functions.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** em_functions.php 2 Nov 2005 09:22:42 -0000 1.19
--- em_functions.php 5 Nov 2005 00:30:52 -0000 1.20
***************
*** 57,61 ****
}
! require($phpbb_root_path . 'admin/em_includes/em_cipher.' . $phpEx);
$cipher = new Cipher_BlockMode_cbc();
$crypt_method = ( $crypt_direction == EM_ENCRYPT ? 'encrypt' : 'decrypt' );
--- 57,61 ----
}
! require_once($phpbb_root_path . 'admin/em_includes/em_cipher.' . $phpEx);
$cipher = new Cipher_BlockMode_cbc();
$crypt_method = ( $crypt_direction == EM_ENCRYPT ? 'encrypt' : 'decrypt' );
|