active menu
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user