We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b4fa1a + 8663592 commit df0da72Copy full SHA for df0da72
web/inc/main.php
@@ -10,7 +10,7 @@
10
try {
11
require_once 'vendor/autoload.php';
12
} catch (Throwable $ex) {
13
- $errstr = 'Unable able to load required libaries. Please run v-add-sys-phpmailer in command line. Error: ' . $ex->getMessage();
+ $errstr = 'Unable able to load required libraries. Please run v-add-sys-phpmailer in command line. Error: ' . $ex->getMessage();
14
trigger_error($errstr);
15
echo $errstr;
16
exit(1);
0 commit comments