remove a few lines not used

This commit is contained in:
Diego Najar 2019-02-22 16:43:00 +01:00
parent ea81099b59
commit ff5df92944
2 changed files with 1 additions and 5 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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