mirror of
https://github.com/webmin/webmin.git
synced 2025-08-19 01:15:14 +00:00
Allow modules to be enabled or disabled
This commit is contained in:
@ -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?
|
||||
|
Reference in New Issue
Block a user