Просмотр исходного кода

Merge remote-tracking branch 'origin/main' into feature/ssh-key-sftp

Jaap Marcus 3 лет назад
Родитель
Сommit
df0da72580
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/inc/main.php

+ 1 - 1
web/inc/main.php

@@ -10,7 +10,7 @@ use function Hestiacp\quoteshellarg\quoteshellarg;
 try {
 try {
     require_once 'vendor/autoload.php';
     require_once 'vendor/autoload.php';
 } catch (Throwable $ex) {
 } catch (Throwable $ex) {
-    $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();
     trigger_error($errstr);
     trigger_error($errstr);
     echo $errstr;
     echo $errstr;
     exit(1);
     exit(1);