Cacti / plugin_weathermap

Weathermap for Cacti 1.x
MIT License
80 stars 25 forks source link

Remove all uses of deprecated PHP function 'get_magic_quotes_gpc()' #137

Closed DatBoiTroy closed 9 months ago

DatBoiTroy commented 9 months ago

Removes all uses of function 'get_magic_quotes_gpc()' that is deprecated in PHP 7.4 and removed in PHP 8.0.

TheWitness commented 9 months ago

Seems reasonable. Thanks for the contribution.