Source for file install_database_reset.php
Documentation is available at install_database_reset.php
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See below for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
// assign next step in installation process
$gBitSmarty->assign( 'next_step',$step );
if( isset ( $_REQUEST['continue_install'] ) ) {
} elseif( isset ( $_REQUEST['reset_config_inc'] ) ) {
$fw = fopen($config_file, 'w' );
|