|
Revision 668, 71 bytes
(checked in by raphael, 1 year ago)
|
Fixed #407: Initialization vector must be exactly 8 bytes long when using the Blowfish cipher
Separated methods from ispcp_common_code.pl in ispcp_common_methods.pl
Added VHCS 2.4.7.1 to ispCP Omega migration script
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
$main::db_pass_key = '{KEY}'; |
|---|
| 3 |
|
|---|
| 4 |
$main::db_pass_iv = '{IV}'; |
|---|
| 5 |
|
|---|
| 6 |
return 1; |
|---|