]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-logout.php
more in naming convention applied, you should better kill inc/cache/*.cache files...
[mailer.git] / inc / modules / admin / action-logout.php
index e389d58b88a56d01fbc2b563bc2d7f8cadc6f486..c10b30916810e3f23e8869f02661e95f042be21c 100644 (file)
@@ -45,12 +45,12 @@ 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
 {