Any experience with Fireboard 1.0.4 compatibility?
Edit: nevermind, just read the whole story
In Joomla! 1.0.13, the following line was added to the configuration.php file:
if(!defined('RG_EMULATION'
) { define( 'RG_EMULATION', 0 ); }
This file is located in the root directory of your Joomla! Web site. Including this extra line protects against possible remote file inclusion.
Web sites created with Joomla! 1.0.13 or later already contain this line. However, Web sites upgraded from 1.0.12 or earlier are missing this line. All this upgrade does is add that line to the configuration.php file if that line does not already exist. Another way to address the vulnerability is to simply add the line to your configuration.php file manually.
So, just editing the Joomla configuration.php and inserting that line will patch it to 1.0.15 - I guess that won't affect any compatibility.