Remove unnecessary comment.

This commit is contained in:
RainLoop Team 2014-03-14 00:13:40 +04:00
parent 7d3549c0d5
commit 53029a4e7d

View file

@ -599,8 +599,6 @@ class Http
*/
public function GetPath()
{
// phpinfo();
// exit();
$sUrl = \trim(\substr($this->GetServer('REQUEST_URI', ''), 0,
\strrpos($this->GetServer('REQUEST_URI', ''), \basename($this->GetServer('SCRIPT_NAME', '')))), '/');