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 472b606 commit a7ed4c8Copy full SHA for a7ed4c8
CHANGELOG.md
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
3
4
## [CURRENT] - Development
5
### Features
6
--
+- Add read only/demo mode function if DEMO_MODE is set to yes in hestia.conf
7
8
### Bugfixes
9
-
bin/v-delete-user-notification
@@ -26,6 +26,9 @@ check_args '2' "$#" 'USER NOTIFICATION'
26
is_format_valid 'user' 'nid'
27
is_object_valid 'user' 'USER' "$user"
28
29
+# Perform verification if read-only mode is enabled
30
+check_hestia_demo_mode
31
+
32
33
#----------------------------------------------------------#
34
# Action #
0 commit comments