Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想修改 MediaWiki 对用户注册的处理以添加反机器人检查。
看起来文件中的addNewAccountInternal()方法includes/SpecialUserlogin.php是正确的地方。
addNewAccountInternal()
includes/SpecialUserlogin.php
问题是我在该文件中所做的任何更改似乎都没有任何区别。甚至没有删除该文件。我没有在服务器中安装任何类型的缓存。
我已经在includes/templates/Userlogin.php文件中编写了客户端 JavaScript 代码,它按预期工作。
includes/templates/Userlogin.php
我错过了什么?
相同的文件存在includes/specials并且修改工作。
includes/specials