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
</div>
2
<?php
3
/*
4
hello__.php
5
Appelle APRES le  handler  'hello'
6
*/
7
 
8
 
9
// Vérification de sécurité
10
if (!defined("WIKINI_VERSION"))
11
{
12
        die ("acc&egrave;s direct interdit");
13
}
14
 
15
echo $this->Format("===== J'ai dit Bonjour !=====");
16
 
17
 
18
echo $this->Footer();
19
 
20
 
21
?>