mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
It appears that the ntp-server application script uses an undefined constant when initializing its data array. The use of undefined constants previously generated a warning, and since PHP 8.0 generates an error instead.