Your host has not fully updated the rules regarding the legitimate native PHP function base64_decode(). The following line in the file default_updated_files.php is part of Joomla 5.1, not a result of a malicious hack:
Code:
<a href="<?php echo Route::_('index.php?option=com_templates&view=template&id=' . (int) $value->extension_id . '&file=' . $value->hash_id); ?>" title="<?php echo Text::_('JACTION_EDIT'); ?>"><?php echo base64_decode($value->hash_id); ?></a>
Statistics: Posted by toivo — Mon May 13, 2024 10:00 pm