]> git.mxchange.org Git - mailer.git/blobdiff - inc/js/js-surfbar_stopped.php
www is out-dated
[mailer.git] / inc / js / js-surfbar_stopped.php
index 2f3c987b2166a3c70802f72643c62afddb105a09..f9f06636ad580cabacda15d4c1d729a77410ea81 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 10/20/2009 *
- * ===============                              Last change: 10/20/2009 *
+ * Mailer v0.2.1-FINAL                                Start: 10/20/2009 *
+ * ===================                          Last change: 10/20/2009 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : js-surfbar_stopped.php                           *
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -43,14 +42,8 @@ if (!defined('__SECURITY')) {
        return;
 }
 
-// Prepare content
-$content = array(
-       'restart'   => bigintval(getRequestElement('restart')),
-       'autostart' => getRequestElement('autostart')
-);
-
 // Load template
-loadTemplate('js_surfbar_stopped', false, $content);
+loadTemplate('js_surfbar_stopped');
 
 // [EOF]
 ?>