<?php
$install_config = array(
		'lang' => 'english',
	 'steps_done' => array(
	 		'0' => '1',
	 		'1' => '2',
	 		'2' => '3',
	 		'3' => '4',
	 		'4' => '5',
	 		'5' => '6',
	 		'6' => '7',
	 		'7' => '8',
	 		'8' => '9',
	 ),
		'step' => '9',
		'javascript_test_passed' => '1',
		'thumb_method' => 'gd2',
		'db_type' => 'mysql',
		'db_host' => '192.168.11.103',
		'db_user' => 'coppermine',
		'db_password' => 'Coppermine1234!@#$',
		'db_name' => 'coppermine',
		'db_prefix' => 'cpg16x_',
		'db_populated' => 'done',
		'admin_username' => 'admin',
		'admin_password' => 'abc123456',
		'admin_email' => 'collin@cdcooperfamily.com',
);

?>
