]> git.mxchange.org Git - mailer.git/blobdiff - inc/js/js-uberwach.php
Missing SVN properties set
[mailer.git] / inc / js / js-uberwach.php
index 70ba75ba3e2161efaaa467890603dcf7026e6511..b3709da956b9932b20b5d931c473d450d6dbe720 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 07/31/2009 *
- * ===============                              Last change: 10/20/2009 *
+ * Mailer v0.2.1-FINAL                                Start: 07/31/2009 *
+ * ===================                          Last change: 10/20/2009 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : js-uberwach.php                                  *
@@ -43,11 +43,8 @@ if (!defined('__SECURITY')) {
        return;
 }
 
-// Detect remote address
-$content['REMOTE_ADDR'] = detectRemoteAddr();
-
 // Simply load the JavaScript here
-loadTemplate('js_uberwach', false, $content);
+loadTemplate('js_uberwach');
 
 // [EOF]
 ?>