ganglia / ganglia-web

Ganglia Web Frontend
BSD 3-Clause "New" or "Revised" License
317 stars 169 forks source link

Replace str_split with explode #372

Closed Debilski closed 6 months ago

Debilski commented 2 years ago

In c5e5831d23c6db0b04a868578680b32cb03ee952 an attempt was made to replace the deprecated split function for PHP 7.0. However, str_split was not the correct replacement for the task. explode is the function that needs to be used here.