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
config::set checks if a setting exists in directadmin.conf. There are situations where this can be a problem. Especially when DirectAdmin changes some of their internal logic as happened with the SSL to ssl (upper to lowercase) transition.
We should use a similar approach as custombuild::config::set, but instead of checking the configuration, it should check the actual configuration like so:
config::setchecks if a setting exists in directadmin.conf. There are situations where this can be a problem. Especially when DirectAdmin changes some of their internal logic as happened with the SSL to ssl (upper to lowercase) transition.We should use a similar approach as custombuild::config::set, but instead of checking the configuration, it should check the actual configuration like so:
and
This shouldn't be a major change.