sourcebans-pp
sourcebans-pp copied to clipboard
Shorttags in the php code breaks on php 8.0+
Short tags are not enabled by default on php8.0+ webservers. This causes the code to completely fail. A bandage fix it to enable shorttags in the php configuration. However this shorttag functionality is depreciated and will 'eventually dissappear entirely'.