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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
13
13
- Add support Proftpd TLS Support
14
14
- Add the possibility to assign user "Administrators" rights on login. Replaces "root" login. Notifications are only send towards the "admin" account email
15
15
- Updated translations system with the use of Gettext. Modified / Updated all translated strings
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