blog->url . 'admin/index.php'); } # Loading locales for detected language $dlang = http::getAcceptLanguage(); if ($dlang) { l10n::set(dirname(__FILE__).'/../locales/'.$dlang.'/main'); } global $core; $msg = $err = null; header('Content-Type: text/html; charset=UTF-8'); ?> <?php echo html::escapeHTML(DC_VENDOR_NAME); ?> callBehavior('loginPageHTMLHead'); ?>

'.$err.''; } if ($msg) { echo '

'.$msg.'

'; } { echo '
'. '

Via Polytechnique.org

' . '

Via le formulaire

' . '
'. '

'.__('You must accept cookies in order to use the private area.').'

'; if ($core->auth->allowPassChange()) { echo '

'.__('I forgot my password').'

'; } } ?>