mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
373 B
373 B
core_admin (subsystem) Upgrade notes
4.5rc1
Removed
-
The HTTP Server setting "Use slash arguments" (slasharguments) configuration setting and related to it has been removed. Calling the option with $CFG->slasharguments or get_config('slasharguments') is no longer available.
For more information see MDL-62640