]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_transfer.php
More wrapper functions used, removed bigintval() which caused a lot trouble
[mailer.git] / inc / modules / admin / what-config_transfer.php
index 82fa8b6f612d3a79a3452345dd1367e0a6e2690a..07a5d1877169a4f1d92e8551a4d21a9559d0f511 100644 (file)
@@ -1,23 +1,22 @@
 <?php
 /************************************************************************
  * Mailer v0.2.1-FINAL                                Start: 10/06/2004 *
- * ================                             Last change: 10/06/2004 *
+ * ===================                          Last change: 10/06/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-config_transfer.php                         *
  * -------------------------------------------------------------------- *
  * Short description : Configuration of transfer system                 *
  * -------------------------------------------------------------------- *
- * Kurzbeschreibung  : Konfiguration des Punktetransfersystems          *
+ * Kurzbeschreibung  : Konfiguration des Punktetransfer-Systems         *
  * -------------------------------------------------------------------- *
  * $Revision::                                                        $ *
  * $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                           *
+ * 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 *
@@ -39,7 +38,7 @@
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!isAdmin())) {
        die();
-}
+} // END - if
 
 // Add description as navigation point
 addMenuDescription('admin', __FILE__);