fixed issue of chinese document name
Cette révision appartient à :
Parent
590ba2c4f3
révision
65137c02b2
@ -158,7 +158,7 @@ function url_path() {
|
||||
}
|
||||
|
||||
function url_params() {
|
||||
$url = get_uri();
|
||||
$url = rawurldecode(get_uri());
|
||||
$params = explode('/', trim($url, '/'));
|
||||
return $params;
|
||||
}
|
||||
|
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur