Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2efd8c4

Browse files
Fix getUrl issue
1 parent 95aedff commit 2efd8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎System/Http/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function getClientIp() {
120120
* @return string
121121
*/
122122
public function getUrl() {
123-
return $this->server('QUERY_STRING');
123+
return $this->server('REQUEST_URI');
124124
}
125125

126126
/**

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /