Skip to content

Simplify mwbot configuration to take script path

Legoktm requested to merge mwbot-rest.php into main

Now that api.php and rest.php are in the same folder, we can just have one URL be configured, enabling us to find both api.php and rest.php.

Importantly, this also explicitly breaks the compilation/configuration of any existing projects, making it clear that the config needs to change.

Merge request reports