assign( 'next_step',$step ); if( isset( $_REQUEST['continue_install'] ) ) { header( 'Location: '.INSTALL_PKG_URL.'install.php?step='.( $step + 1 ) ); } elseif( isset( $_REQUEST['reset_config_inc'] ) ) { $fw = fopen($config_file, 'w' ); if( isset( $fw ) ) { fwrite( $fw, ''); fclose( $fw ); } header( 'Location: '.INSTALL_PKG_URL.'install.php' ); }