]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-admin.php
More misc fixes and rewrites (sorry, lame description)
[mailer.git] / inc / modules / guest / what-admin.php
index 8479e3ca0fd795a8d2d43f520ee54e03f437e1c9..36861d107735a7e37478784339267e3d53a110e0 100644 (file)
@@ -10,7 +10,7 @@
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Zum Administrationsbereich                       *
  * -------------------------------------------------------------------- *
- * $Revision:: 856                                                    $ *
+ * $Revision::                                                        $ *
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
 
 // 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');
 
 //
 ?>