Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1371 → Rev 1372

/branches/livraison_narmer/client/integrateur_wikini/bibliotheque/wikini/tools/hello/actions/hello.php
New file
0,0 → 1,17
<?php
/*
hello.php
Nouvelle action 'hello' ou remplace l'action hello si déjà présente
*/
 
// Vérification de sécurité
if (!defined("WIKINI_VERSION"))
{
die ("acc&egrave;s direct interdit");
}
 
 
 
echo $this->Format("Bonjour !");
 
?>