Topic: 1.2.5: Minor install bug, no closing ?> in final config step
On the final step of a new install of 1.2.5 where your config is presented, there is no closing "?>" for the text to be copied into the config. I'm assuming that is the only piece of information that is missing.
My window has this:
<?php
$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'dbname';
$db_username = 'usename;
$db_password = 'password';
$db_prefix = 'punbb';
$p_connect = false;
$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = '1a74aa65';
define('PUN', 1);