فهرست منبع

v-add-sys-phpmailer is now v-add-sys-dependencies (#3089)

Istiak Ferdous 3 سال پیش
والد
کامیت
29a69a91eb
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      bin/v-add-sys-dependencies
  2. 1 1
      web/api/index.php
  3. 1 1
      web/inc/main.php

+ 1 - 1
bin/v-add-sys-dependencies

@@ -48,7 +48,7 @@ fi
 if [ ! -f "$COMPOSER_BIN" ]; then
 	$BIN/v-add-user-composer "$user"
 	if [ $? -ne 0 ]; then
-		$BIN/v-add-user-notification admin 'Composer installation failed!' '<b>Hestia will not work without Composer.</b><br><br>Please try running the installer manually from a shell session:<br>v-add-sys-phpmailer<br><br>If this continues, open an issue report on <a href="https://github.com/hestiacp/hestiacp/issues" target="_new"><i class="fab fa-github"></i> GitHub</a>.'
+		$BIN/v-add-user-notification admin 'Composer installation failed!' '<b>Hestia will not work without Composer.</b><br><br>Please try running the installer manually from a shell session:<br>v-add-sys-dependencies<br><br>If this continues, open an issue report on <a href="https://github.com/hestiacp/hestiacp/issues" target="_new"><i class="fab fa-github"></i> GitHub</a>.'
 		exit 1
 	fi
 fi

+ 1 - 1
web/api/index.php

@@ -5,7 +5,7 @@ try {
 	require_once "../inc/vendor/autoload.php";
 } catch (Throwable $ex) {
 	$errstr =
-		"Unable able to load required libraries. Please run v-add-sys-phpmailer in command line. Error: " .
+		"Unable to load required libraries. Please run v-add-sys-dependencies in command line. Error: " .
 		$ex->getMessage();
 	trigger_error($errstr);
 	echo $errstr;

+ 1 - 1
web/inc/main.php

@@ -10,7 +10,7 @@ try {
 	require_once "vendor/autoload.php";
 } catch (Throwable $ex) {
 	$errstr =
-		"Unable able to load required libraries. Please run v-add-sys-phpmailer in command line. Error: " .
+		"Unable to load required libraries. Please run v-add-sys-dependencies in command line. Error: " .
 		$ex->getMessage();
 	trigger_error($errstr);
 	echo $errstr;