]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-logout.php
Comments removed
[mailer.git] / inc / modules / admin / action-logout.php
index 1fefc2a0aff9a099cea42160e48e89fc29ecb510..c10b30916810e3f23e8869f02661e95f042be21c 100644 (file)
@@ -40,17 +40,17 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
-OUTPUT_HTML("</FONT><BR><BR>");
+OUTPUT_HTML("</FONT><br /><br />");
 
 if (!empty($_POST['no']))
 {
        // Do not logout now
-       LOAD_URL(URL."/modules.php?module=admin");
+       LOAD_URL("modules.php?module=admin");
 }
  elseif ((!empty($_POST['yes'])) && ($GLOBALS['action'] == "logout"))
 {
        // Redirect to logout link
-       LOAD_URL(URL."/modules.php?module=admin&amp;logout=1");
+       LOAD_URL("modules.php?module=admin&amp;logout=1");
 }
  else
 {