mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
9 lines
373 B
Markdown
9 lines
373 B
Markdown
# 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](https://tracker.moodle.org/browse/MDL-62640)
|