mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 19:10:13 +01:00
fixed parsing the boundary in the gui
This commit is contained in:
parent
52a35704f1
commit
1fde346eb9
@ -344,6 +344,9 @@ class ModelSearchMessage extends Model {
|
|||||||
$x = stristr($l, "boundary");
|
$x = stristr($l, "boundary");
|
||||||
if($x){
|
if($x){
|
||||||
|
|
||||||
|
$s1 = explode(";", $x);
|
||||||
|
$x = $s1[0];
|
||||||
|
|
||||||
$x = preg_replace("/boundary\s{0,}=\s{0,}/i", "boundary=", $x);
|
$x = preg_replace("/boundary\s{0,}=\s{0,}/i", "boundary=", $x);
|
||||||
//$x = preg_replace("/boundary= /i", "boundary=", $x);
|
//$x = preg_replace("/boundary= /i", "boundary=", $x);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user