Support for cyrillic URLs
Cette révision appartient à :
Parent
3cb24635a0
révision
c5f112323a
@ -132,6 +132,10 @@ function load_page($tree) {
|
||||
function find_branch($tree) {
|
||||
$path = url_params();
|
||||
foreach($path as $peice) {
|
||||
|
||||
// Support for cyrillic URLs
|
||||
$peice = urldecode($peice);
|
||||
|
||||
// Check for homepage
|
||||
if (empty($peice)) {
|
||||
$peice = 'index';
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user