mailer project continued:
[mailer.git] / inc / modules / admin / what-logs.php
index e3ba9580c3a431f2a2396fd9389bb2ea5dad5115..3c51dfa5c9a8f0993867cbb749e92cc627a721b7 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -80,7 +80,7 @@ if (isGetRequestElementSet('access')) {
 
                // Output the logfile's content and exit
                print($content);
-               shutdown();
+               doShutdown();
        } else {
                // Not readable!
                displayMessage('{%message,LOGFILE_NOT_READABLE=' . $access . '%}');