Subversion Repositories Applications.papyrus

Rev

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

Rev Author Line No. Line
954 florian 1
<?php
2
/*
3
hello.php
4
Nouvelle action 'hello' ou remplace l'action hello si déjà présente
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("Bonjour !");
16
 
17
?>