[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 5 * Page d'avertissement 6 * @Version $Id: notyet.php 8536 2015-03-14 09:58:36Z plouf $ 7 8 * @Projet LCS / SambaEdu 9 10 * @auteurs Olivier Lecluse "wawa" 11 * @auteurs jLCF >:> jean-luc.chretien@tice.ac-caen.fr 12 * @auteurs oluve olivier.le_monnier@crdp.ac-caen.fr 13 14 * @Licence Distribue selon les termes de la licence GPL 15 16 * @note 17 18 */ 19 20 /** 21 22 * @Repertoire: / 23 * file: noryet.php 24 */ 25 26 27 require ("entete.inc.php"); 28 29 require_once ("lang.inc.php"); 30 bindtextdomain('se3-core',"/var/www/se3/locale"); 31 textdomain ('se3-core'); 32 33 34 print "<HR>"; 35 mktable (gettext("Erreur..."), gettext("La fonction que vous demandez n'existe pas.")); 36 37 require ("pdp.inc.php"); 38 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |