Max2Play Home › Forums › Max2Play Development (Ideas, Wishes) › [SOLVED] Pi-hole Adblocker › Reply To: [SOLVED] Pi-hole Adblocker
11. Mai 2017 at 7:41
#28788
I’ve found a small problem. Reboot button stop working because max2play code assumes that server will work only in port 80. So when you press reboot max2play tries to open:
http://SERVER_ADDR/plugins/max2play_settings/controller/Basic.php?action=reboot
and not:
http://SERVER_ADDR:SERVER_PORT/plugins/max2play_settings/controller/Basic.php?action=reboot
Seems a easy to fix issue for max2play developers.
Best Regards,