true, 'website_name' => $_POST [ 'site_name' ], 'db' => [ 'host' => $_POST [ 'db_host' ], 'port' => (integer) $_POST [ 'db_port' ], 'username' => $_POST [ 'db_username' ], 'password' => $_POST [ 'db_password' ], 'name' => $_POST [ 'db_name' ], ], 'installation_path' => substr ( $_SERVER [ 'SCRIPT_NAME' ], 0, -10 ), ]; file_put_contents ( 'config.json', json_encode ( $config ) ); header ( 'Content-Type: application/json' ); echo ( json_encode ( [ 'status' => 200, 'message' => 'Installation completed!
You will be redirected to the home page in 5 seconds.', 'homelocation' => $config [ 'installation_path' ] ] ) ); exit; } else { ?> Installer | OpenShorte

Welcome to the OpenShorte installer.
Since it seems that there are no installation found for this website, we'll proceed now with creating one.
Please click 'Next' and provide all the necessary informations for the database and the site name in order to let this website work correctly.

Website Name:
Host:
Port:
Username:
Password:
Repeat Password:
Database Name: