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 20bfefc commit 0678bdeCopy full SHA for 0678bde
func/domain.sh
@@ -916,7 +916,7 @@ is_base_domain_owner(){
916
if [ "$object" != "none" ]; then
917
get_base_domain $object
918
web=$(grep -F -H -h "DOMAIN='$basedomain'" $HESTIA/data/users/*/web.conf);
919
- if [ $ENFORCE_SUBDOMAIN_OWNERSHIP = "no" ]; then
+ if [ $ENFORCE_SUBDOMAIN_OWNERSHIP = "yes" ]; then
920
if [ ! -z "$web" ]; then
921
parse_object_kv_list "$web"
922
if [ -z "$ALLOW_USERS" ] || [ "$ALLOW_USERS" != "yes" ]; then
0 commit comments