X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=a347a260b912cc2bb13ae6b35df1f58ed6d21317;hb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;hp=6b6c5d6957477d85f83abcb1f00b32b828f82bbc;hpb=89b94a81164ab7d31a89b04e4cc1185e3f6bbb0e;p=mailer.git diff --git a/install.php b/install.php index 6b6c5d6957..a347a260b9 100644 --- a/install.php +++ b/install.php @@ -78,7 +78,7 @@ loadIncludeOnce('inc/header.php'); // Handle fatal errors runFilterChain('handle_fatal_errors'); -// Do we have plain or AJAX-enabled installation? +// Is plain or AJAX-enabled installation used? if (isGetRequestElementSet('installer')) { // Set installer type setSession('installer', getRequestElement('installer'));