Fixed output of URL in E-Mail that is sent when the plugins try to execute an invalid...
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 22 Aug 2016 20:06:04 +0000 (16:06 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 22 Aug 2016 20:06:04 +0000 (16:06 -0400)
controllers/front.php

index 926eaaa..17fc4fe 100644 (file)
@@ -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>URI: </th><td>".$_SERVER['REQUESST_URI']."</td></tr>
+                <tr><th>URL: </th><td>http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']."</td></tr>
                 <tr><th valign=\"top\">Request Data: </th><td>".print_r($_REQUEST,1)."</td></tr>
                 </table>
                 </pre>