Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
954 florian 1
<?php
2
/*
3
hello__.php
4
Appellé APRES l'execution de l'action hello
5
*/
6
 
7
 
8
// Vérification de sécurité
9
if (!defined("WIKINI_VERSION"))
10
{
11
        die ("acc&egrave;s direct interdit");
12
}
13
 
14
 
15
echo $this->Format("J'ai dit bonjour !");
16
 
17
?>