remove special handling of lookalike '@ char from attach path
This commit is contained in:
parent
513b8959f5
commit
9a2f86e9ad
@ -1949,8 +1949,8 @@ function get_attach_binname($s) {
|
|||||||
|
|
||||||
function get_dirpath_by_cloudpath($channel, $path) {
|
function get_dirpath_by_cloudpath($channel, $path) {
|
||||||
|
|
||||||
// Warning: Do not edit the following line. The first symbol is UTF-8 (U+FF20) @
|
|
||||||
$path = str_replace('@', '@', notags(trim($path)));
|
$path = notags(trim($path));
|
||||||
|
|
||||||
$h = @parse_url($path);
|
$h = @parse_url($path);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user