Rev 1087 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php
/*
__hello.php
Appellé AVANT l'execution de l'action hello
*/
// Vérification de sécurité
if (!defined("WIKINI_VERSION"))
{
die ("accès direct interdit");
}
echo $this->Format("Je vais dire bonjour !");
?>