X-Git-Url: https://git.rohieb.name/iserv-mod-error-reporter.git/blobdiff_plain/ae87133905d183987eb75369fe94bb739a2b1cb9..68c9e4f4871634ad66d75ff281e3438c6a867381:/src/config.php diff --git a/src/config.php b/src/config.php index 8d0f8db..52ba154 100644 --- a/src/config.php +++ b/src/config.php @@ -1,33 +1,31 @@ isMailNotify()) { $cfgErrors->setMailNotify($bMailNotify); - echo sprintf("
%s
\n", _c("error-reporter-cfg:Set mail notification.")); + echo sprintf("%s
\n", _c("error-reporter-cfg:Set mail ". + "notification.")); } if($strMailNotifyAddr != $cfgErrors->getMailNotifyAddr()) { if(!erIsMailAddress($strMailNotifyAddr)) { - echo sprintf("%s
", _c("error-reporter-cfg:The specified string is not ". - "a valid e-mail address!")); + echo sprintf("%s
", _c("error-reporter-cfg:The ". + "specified string is not a valid e-mail address!")); } else { $cfgErrors->setMailNotifyAddr($strMailNotifyAddr); - echo sprintf("%s
\n", _c("error-reporter-cfg:Set mail notification address.")); + echo sprintf("%s
\n", _c("error-reporter-cfg:Set mail ". + "notification address.")); } } $cfgErrors->writeConfig(); } // two columns -echo "\n";
+echo "
|