remove a few lines not used
This commit is contained in:
parent
ea81099b59
commit
ff5df92944
|
@ -12,7 +12,7 @@ bl-plugins/yandex-metrica/
|
|||
bl-plugins/domain-migrator/
|
||||
bl-plugins/tail-writer/
|
||||
bl-kernel/bludit.pro.php
|
||||
bl-kernel/admin/themes/grizzly
|
||||
bl-kernel/admin/themes/grizzly/*
|
||||
bl-themes/docs
|
||||
bl-themes/docsx
|
||||
bl-themes/editorial
|
||||
|
|
|
@ -54,10 +54,6 @@ class Url
|
|||
$filterFull = HTML_PATH_ROOT.$filterFull;
|
||||
$filterFullLenght = Text::length($filterFull);
|
||||
|
||||
// $filterFullwoSlash = '/base_url/category'
|
||||
$filterFullwoSlash = ltrim($filterURIwoSlash, '/');
|
||||
$filterFullwoSlash = HTML_PATH_ROOT.$filterURIwoSlash;
|
||||
|
||||
$subString = mb_substr($this->uri, 0, $filterFullLenght, CHARSET);
|
||||
|
||||
// Check coincidence without the last slash at the end, this case is notfound
|
||||
|
|
Loading…
Reference in New Issue