Blame view

src/Template/Pages/infos.ctp 189 Bytes
6f27e48f   Alexandre   Ajout "outils" da...
1
2

<div class="index">
63c3cb16   epallier   Nombreux petits b...
3
4
5
6
7
8
	<h2>
		<i class="icon-wrench"></i> INFORMATIONS SYSTEME
	</h2>
	<?php
phpinfo();
?>
6f27e48f   Alexandre   Ajout "outils" da...
9
</div>
4260780b   Alexandre   Migration vue, co...
10

b2dade50   Prugniel   modifs Jeanne boo...
11
<!--
82721df2   Thibaud Ajas   Modif des mails g...
12
<div class="actions">
b2dade50   Prugniel   modifs Jeanne boo...
13
	<php echo $this->element('menu') ?>
82721df2   Thibaud Ajas   Modif des mails g...
14
</div>
b2dade50   Prugniel   modifs Jeanne boo...
15
-->