X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-logs.php;h=b4e22c82340c6de86eea4b4dc00be395e281e6d1;hb=91c5ab6d4bba6959611a9b9661c032cc4c9da6e8;hp=6d244e9656a9866efe8595bac7e1c5a3c9cf43fe;hpb=0870317d3079544527188dc368c816db154d951f;p=mailer.git diff --git a/inc/modules/admin/what-logs.php b/inc/modules/admin/what-logs.php index 6d244e9656..b4e22c8234 100644 --- a/inc/modules/admin/what-logs.php +++ b/inc/modules/admin/what-logs.php @@ -1,7 +1,7 @@ ' . $file . ''); + outputHtml('
  • ' . $file . '
  • '); } // END - foreach // Finish list outputHtml(''); } else { // logs directory does not exist - loadTemplate('admin_settings_saved', false, sprintf(getMessage('ADMIN_LOGS_DIR_404'), getConfig('logs_base'))); + loadTemplate('admin_settings_saved', false, getMessage('ADMIN_LOGS_DIR_404')); } }