Feckie said:I have 5.0.2 and it is still bugged
---------
if( $_SESSION['step_install'] > 2 )
{
include './inc/common.php';
include './inc/config.php'; // FlashChat config
}
include './install_files/step_'.$_SESSION['step_install'].'.php';
?>
---------
---------
if( $_SESSION['step_install'] > 2 )
{
include './inc/common.php';
include './inc/config.php'; // FlashChat config
}
//FIX BY VERONICA
if($_SESSION['step_install']=="3")$_SESSION['step_install']="3.5";
$step=$_SESSION['step_install'];
//END-OF-FIX
include './install_files/step_'.$_SESSION['step_install'].'.php';
?>
---------
what do you think dude !!Preech said:At least you could do, is give the proper credit where you found the fix for this.