You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,12 @@ All notable changes to this project will be documented in this file.
9
9
-`UPGRADE_SEND_EMAIL` = Sends an email notification to admin email address
10
10
-`UPGRADE_SEND_EMAIL_LOG` = Sends installation log output to admin email address
11
11
- Upgrade process will now save logs to the `hst_backups` directory.
12
-
- Support for removing backup remote location (#1083)
12
+
- Support for removing backup remote location (#1083).
13
13
- Add support Proftpd TLS Support
14
-
- Add the possibility to assign user "Administrators" rights on login. Replaces "root" login. Notifications are only send towards the "admin" account email
15
-
- Updated translations system with the use of Gettext. Modified / Updated all translated strings
16
-
- Updated MariaDB to 10.5 (Manual upgrade required install/upgrade/manual/upgrade_mariadb.sh)
14
+
- Add the possibility to assign user "Administrators" rights on login. Replaces "root" login. Notifications are only send towards the "admin" account email.
15
+
- Updated translations system with the use of Gettext. Modified / Updated all translated strings.
16
+
- Use php7.4 as default version.
17
+
- Updated MariaDB to 10.5 (Manual upgrade required install/upgrade/manual/upgrade_mariadb.sh).
Copy file name to clipboardExpand all lines: bin/v-add-sys-filemanager
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,6 @@ if [ ! -f "$COMPOSER_BIN" ]; then
52
52
fi
53
53
fi
54
54
55
-
# Ensure PHP 7.3 is installed before continuing
56
-
if [ !-f"/usr/bin/php7.3" ];then
57
-
$BIN/v-add-user-notification admin 'File Manager installation failed!''<b>Unable to proceed with installation of File Manager.</b><br><br>Package <b>php7.3-cli</b> is missing from your system. Please check your PHP installation and environment settings.'
58
-
echo"ERROR: PHP 7.3 not installed on your system, aborting."
59
-
exit 1
60
-
fi
61
-
62
55
# Perform verification if read-only mode is enabled
0 commit comments