<?PHP 

	@include_once("./config.inc.php")	;
	include_once("./install.inc.php")	;
	ConnectBdd()	;
	DeletePhorum()	;
	InsertFile("./mysql/ganesha20.sql")	;
	Header("Location: ./step4.php")		;

?>