Go to the documentation of this file.
28 require_once __DIR__ .
'/include/common.inc.php';
34 setcookie(
'xo_install_lang',
'en_US', null, null, null);
35 if (
$_SERVER[
'REQUEST_METHOD'] ==
'POST' && isset($_REQUEST[
'lang'])) {
36 $lang = $_REQUEST[
'lang'];
37 setcookie(
'xo_install_lang',
$lang, null, null, null);
44 setcookie(
'xo_install_user',
'', null, null, null);
51 $sel = ($lang ==
$wizard->language) ?
' checked="checked"' :
'';
52 $content .=
"<label><input type=\"radio\" name=\"lang\" value=\"{$lang}\"{$sel} />{$lang}</label>\n";