Преглед изворни кода

pathc for ftp username bug which was found by imperio

Serghey Rodin пре 13 година
родитељ
комит
858dfe0280
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      web/edit/web/index.php

+ 1 - 1
web/edit/web/index.php

@@ -505,7 +505,7 @@ top_panel($user,$TAB);
                     $_SESSION['error_msg'] = $error;
                 }
                 unset($output);
-                $v_ftp_user =  $user."_".$_POST['v_ftp_user'];
+                $v_ftp_user =  $_POST['v_ftp_user'];
                 $v_ftp_password = "••••••••";
             }
         }