active menu

This commit is contained in:
2024-09-04 14:35:29 +03:00
parent 1f34860cfd
commit 68bf73e764
4 changed files with 37 additions and 15 deletions

View File

@ -72,6 +72,14 @@ class Request
return $this->host;
}
/**
* @return false|array|int|string|null
*/
public static function getUrlPath(): false|array|int|string|null
{
return parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH);
}
/**
* Возвращает true если шифрование https, иначе false.