]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-admin.php
New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / modules / guest / what-admin.php
index c4ad2da395f3a04c749b40b45dbf324f5ecb2aae..36861d107735a7e37478784339267e3d53a110e0 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Zum Administrationsbereich                       *
  * -------------------------------------------------------------------- *
- * $Revision:: 856                                                    $ *
- * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009)              $ *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author:: stelzi                                                   $ *
+ * $Author::                                                          $ *
  * Needs to be in all Files and every File needs "svn propset           *
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 }
 
 // A simple redirect...
-LOAD_URL("modules.php?module=admin");
+redirectToUrl('modules.php?module=admin');
 
 //
 ?>