1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00
noalyss_ynh/sources/noalyss-6.9.0.0/include/template/ledger_detail_forbidden.php
Laurent Peuch fce579e032 init
2015-09-27 00:42:21 +02:00

6 lines
No EOL
287 B
PHP

<?php
//This file is part of NOALYSS and is under GPL
//see licence.txt
?><div style="margin:0;padding:0;background-color:red;text-align:center;">
<h2 class="error"><?php echo _("Accès interdit : vous n'avez pas accès à cette information, contactez votre responsable")?></h2>;
</div>