PluginProbe
Welcart e-Commerce / 2.12.4
Welcart e-Commerce v2.12.4
2.12.4 2.12.3 2.11.35 2.12.2 2.12.1 2.11.34 2.11.33 2.11.32 2.11.31 2.11.30 1.3.16 1.3.17 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 All 292 releases
← All changes | classes/paymentZeus.class.php +2 -2 2.12.12.12.4 View file →
@@ -6816,9 +6816,9 @@
6816 6816 $optstr = '';
6817 6817 foreach ( $options as $key => $value ) {
6818 6818 if ( ! empty( $key ) ) {
6819 6819 $key = urldecode( $key );
6820 - $value = maybe_unserialize( $value );
6820 + $value = wel_safe_maybe_unserialize( $value );
6821 6821 if ( is_array( $value ) ) {
6822 6822 $c = '';
6823 6823 $optstr .= '( ' . $key . ' : ';
6824 6824 foreach ( $value as $v ) {
@@ -6898,9 +6898,9 @@
6898 6898 $optstr = '';
6899 6899 foreach ( $options as $key => $value ) {
6900 6900 if ( ! empty( $key ) ) {
6901 6901 $key = urldecode( $key );
6902 - $value = maybe_unserialize( $value );
6902 + $value = wel_safe_maybe_unserialize( $value );
6903 6903 if ( is_array( $value ) ) {
6904 6904 $c = '';
6905 6905 $optstr .= '( ' . $key . ' : ';
6906 6906 foreach ( $value as $v ) {