Blame view

src/Template/Pages/infos.ctp 181 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

82721df2   Thibaud Ajas   Modif des mails g...
11
12
13
<div class="actions">
	<?php echo $this->element('menu') ?>
</div>