]> git.mxchange.org Git - mailer.git/blobdiff - inc/js/js-uberwach.php
Fix
[mailer.git] / inc / js / js-uberwach.php
index e85f11e28464f61e5c590686e3b36cdd77507cb7..70ba75ba3e2161efaaa467890603dcf7026e6511 100644 (file)
@@ -43,8 +43,11 @@ if (!defined('__SECURITY')) {
        return;
 }
 
+// Detect remote address
+$content['REMOTE_ADDR'] = detectRemoteAddr();
+
 // Simply load the JavaScript here
-loadTemplate('js_uberwach');
+loadTemplate('js_uberwach', false, $content);
 
 // [EOF]
 ?>