Rev 1087 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php/*hello.phpNouvelle action 'hello' ou remplace l'action hello si déjà présente*/// Vérification de sécuritéif (!defined("WIKINI_VERSION")){die ("accès direct interdit");}echo $this->Format("Bonjour !");?>