Rev 954 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php
/*
__hello.php
Appelle AVANT le handler 'hello'
*/
// Vérification de sécurité
if (!defined("WIKINI_VERSION"))
{
die ("accès direct interdit");
}
echo $this->Header();
echo $this->Format("===== Je vais dire Bonjour !=====");
?>
<div class="page">