8
0

fixed issue of chinese document name

Dieser Commit ist enthalten in:
telchina 2013-09-10 11:15:46 +08:00
Ursprung 590ba2c4f3
Commit 65137c02b2

Datei anzeigen

@ -158,7 +158,7 @@ function url_path() {
}
function url_params() {
$url = get_uri();
$url = rawurldecode(get_uri());
$params = explode('/', trim($url, '/'));
return $params;
}