Rev 954 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php/*__hello.phpAppellé 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 !");?>