Allow modules to be enabled or disabled

This commit is contained in:
Jamie Cameron
2024-11-24 22:34:06 -08:00
parent e412d1a1e6
commit c39e5ffb01
3 changed files with 31 additions and 4 deletions

View File

@ -171,6 +171,12 @@ disable_err=Failed to save disabled features
disable_classes=Disabled built-in classes
mods_title=PHP Modules
mods_edir=Could not find PHP modules directory!
mods_ecannot=You are not allowed to edit enabled PHP modules
mods_desc=This page can be used to globally enable and disable PHP modules for all users on this system.
mods_enabled=Enabled?
mods_name=Module name
mods_file=Config file
log_manual=Manually edit file $1
log_vars=Changed PHP variables in $1
@ -181,6 +187,7 @@ log_safe=Changed safe mode options in $1
log_limits=Changed resource limits in $1
log_errors=Changed error logging in $1
log_misc=Changed other settings in $1
log_mods=Updated enabled modules in $1
acl_global=Can edit global PHP configuration?
acl_anyfile=Can edit any file as a PHP configuration?