<?php
$config = array(
'title' => 'Your application title',
'description' => 'This wizard will guide you through the installation process',
'wizard_file' => 'index.php',
'copyright' => '<a href="http://www.phpsetupwizard.com" target="_blank">PHP Setup Wizard</a> © '.date('Y'),
'show_steps' => true,
'show_back_button' => true,
'view' => 'default',
'language' => 'en',
'db_type' => 'mysql',
'db_show_queries' => true,
'db_charset' => 'utf8',
'db_collation' => 'utf8_general_ci',
);