# ## License: GNU LGPL v.3 # ## Site: http://www.apphp.com/php-calendar/ # ## Copyright: ApPHP Calendar (c) 2009-2012. All rights reserved. # ## # ################################################################################ require_once('settings.inc.php'); if(file_exists(EI_CONFIG_FILE_PATH)){ header('location: ../'.EI_APPLICATION_START_FILE); exit; } $database_host = isset($_REQUEST['database_host']) ? $_REQUEST['database_host'] : ''; $database_name = isset($_REQUEST['database_name']) ? $_REQUEST['database_name'] : ''; $database_username = isset($_REQUEST['database_username']) ? $_REQUEST['database_username'] : ''; $database_password = isset($_REQUEST['database_password']) ? $_REQUEST['database_password'] : ''; $database_prefix = isset($_REQUEST['database_prefix']) ? $_REQUEST['database_prefix'] : 'apcal_'; $install_type = isset($_REQUEST['install_type']) ? $_REQUEST['install_type'] : 'new'; $password_encryption = isset($_REQUEST['password_encryption']) ? $_REQUEST['password_encryption'] : EI_PASSWORD_ENCRYPTION_TYPE; ?>
New Installation of !Follow the wizard to setup your database.* Items marked with an asterisk are required.
|