mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-29 01:58:23 +08:00
Remove unnecessary comment.
This commit is contained in:
parent
7d3549c0d5
commit
53029a4e7d
1 changed files with 0 additions and 2 deletions
|
@ -599,8 +599,6 @@ class Http
|
||||||
*/
|
*/
|
||||||
public function GetPath()
|
public function GetPath()
|
||||||
{
|
{
|
||||||
// phpinfo();
|
|
||||||
// exit();
|
|
||||||
$sUrl = \trim(\substr($this->GetServer('REQUEST_URI', ''), 0,
|
$sUrl = \trim(\substr($this->GetServer('REQUEST_URI', ''), 0,
|
||||||
\strrpos($this->GetServer('REQUEST_URI', ''), \basename($this->GetServer('SCRIPT_NAME', '')))), '/');
|
\strrpos($this->GetServer('REQUEST_URI', ''), \basename($this->GetServer('SCRIPT_NAME', '')))), '/');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue