]> git.mxchange.org Git - mailer.git/blobdiff - inc/js/js-uberwach.php
More usage of EL
[mailer.git] / inc / js / js-uberwach.php
index 70ba75ba3e2161efaaa467890603dcf7026e6511..1e08f572721bebebcae1be6574f8864eb394fb30 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                                  *
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -43,11 +44,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]
 ?>