Comment 'Hello @Claudio Acos...' to 'get_magic_quotes_gpc() is deprecated'
  • Hello @Claudio Acosta !

    As UNA 12 and PHP 7.4 both are obsolete you may suppress this notice by modifying inc/header.inc.php file by changing:

    error_reporting(E_ALL);
    

    to

    error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT);