projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9b45c4
)
Fixed output of URL in E-Mail that is sent when the plugins try to execute an invalid...
author
Chuck Scott
<cscott@gaslightmedia.com>
Mon, 22 Aug 2016 20:06:04 +0000
(16:06 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Mon, 22 Aug 2016 20:06:04 +0000
(16:06 -0400)
controllers/front.php
patch
|
blob
|
history
diff --git
a/controllers/front.php
b/controllers/front.php
index
926eaaa
..
17fc4fe
100644
(file)
--- a/
controllers/front.php
+++ b/
controllers/front.php
@@
-501,7
+501,7
@@
class glmMembersFront extends GlmPluginSupport
<tr><th>User Agent: </th><td>".$_SERVER['HTTP_USER_AGENT']."</td></tr>
<tr><th>Remote Addr: </th><td>".$_SERVER['REMOTE_ADDR']."</td></tr>
<tr><th>Filename: </th><td>".$_SERVER['SCRIPT_FILENAME']."</td></tr>
- <tr><th>UR
I: </th><td>".$_SERVER['REQUES
ST_URI']."</td></tr>
+ <tr><th>UR
L: </th><td>http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUE
ST_URI']."</td></tr>
<tr><th valign=\"top\">Request Data: </th><td>".print_r($_REQUEST,1)."</td></tr>
</table>
</pre>