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é AVANT l'execution de l'action hello
5
*/
6
 
7
// Vérification de sécurité
8
if (!defined("WIKINI_VERSION"))
9
{
10
        die ("acc&egrave;s direct interdit");
11
}
12
 
13
 
14
 
15
echo $this->Format("Je vais dire bonjour !");
16
 
17
?>