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.
1 parent f40f7c9 commit 28f01a1Copy full SHA for 28f01a1
bin/v-add-web-php
@@ -44,6 +44,10 @@ if [ ! -f "$HESTIA_INSTALL_DIR/multiphp/$WEB_SYSTEM/PHP-${version//.}.sh" ]; the
44
exit
45
fi
46
47
+# Perform verification if read-only mode is enabled
48
+check_hestia_demo_mode
49
+
50
51
#----------------------------------------------------------#
52
# Action #
53
bin/v-delete-web-php
@@ -41,6 +41,9 @@ if [ ! -f "$php_fpm" ] && [ ! -f "$HESTIA/data/templates/$WEB_SYSTEM/PHP-$versio
41
42
43
0 commit comments