Deprecated Function PHP warning

I’m running FreePBX 13.0.101. While I was inspecting logs for other errors, I see errors like these:

[WARNING] (libraries/modulefunctions.legacy.php:7) - Depreciated Function module_getinfo detected in /var/www/html/admin/modules/cxpanel/functions.inc.php on line 61

I’ve searched and found one thread on deprecated function module_getinfo. I suspect some old files still remain from an upgrade. I appreciate suggestions on how to troubleshoot.

These are notes for developers. There’s nothing you should do.

Some random guy on GoDaddy recommends turning the warning off in your php.ini file. If you don’t do development on your PBX (which is the recommended practice), you shouldn’t need to worry about these warnings.

You can’t turn that warning off. There is no way. It was written by us.

Thanks. We’ll ignore the warnings.