Explorar o código

Removed urlencode call. $rcptaddress is already encoded.

indiri69 %!s(int64=23) %!d(string=hai) anos
pai
achega
a1d5629f56
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/webmail.php

+ 0 - 1
src/webmail.php

@@ -90,7 +90,6 @@ if ($right_frame == 'right_main.php') {
 } elseif ($right_frame == 'folders.php') {
     $right_frame_url = 'folders.php';
 } elseif ($right_frame == 'compose.php') {
-    $rcptaddress = urlencode($rcptaddress);
     $right_frame_url = "compose.php?send_to=$rcptaddress";
 } else {
     $right_frame_url = 'right_main.php';