Example #1
0
    } elseif (trim($_POST['pwd'] == '')) {
        $msg = L_ERR_MISSING_PASSWORD;
    } elseif ($_POST['pwd'] != $_POST['pwd2']) {
        $msg = L_ERR_PASSWORD_CONFIRMATION;
    } else {
        install($_POST, $config);
        header('Location: ' . plxUtils::getRacine());
        exit;
    }
    $name = $_POST['name'];
    $login = $_POST['login'];
} else {
    $name = '';
    $login = '';
}
plxUtils::cleanHeaders();
?>
<!DOCTYPE html>
<head>
	<meta charset="<?php 
echo strtolower(PLX_CHARSET);
?>
" />
	<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0">
	<title><?php 
echo L_PLUXML_INSTALLATION . ' ' . L_VERSION . ' ' . PLX_VERSION;
?>
</title>
	<link rel="stylesheet" type="text/css" href="<?php 
echo PLX_CORE;
?>