reg('step',2); } require dirname(__FILE__).'/__top.php'; echo '
'.__('You are about to install DotClear. Please choose your language and encoding.').'
'; # On tente de déterminer la première langue $dlang = ''; if (!empty($_SERVER['HTTP_ACCEPT_LANGUAGE'])) { $acclang = explode(',', $_SERVER['HTTP_ACCEPT_LANGUAGE']); $L = explode(';', $acclang[0]); $dlang = substr(trim($L[0]),0,2); } if(!$installed) { echo ''; } else { echo ''.__('DotClear is still installed.').'
'; } echo ''.__('Note: You must accept session cookies to use this installer.').'
'; ?>