Pārlūkot izejas kodu

Removed urlencode call. $rcptaddress is already encoded.

indiri69 23 gadi atpakaļ
vecāks
revīzija
a1d5629f56
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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';