Skip to content

Commit 2efd8c4

Browse files
committed
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

+1-1
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)