Blame view

src/Template/Pages/infos.ctp 187 Bytes
4260780b   Alexandre   Migration vue, co...
1
2
3
<div class="actions">
		<?php echo $this->element('menu') ?>
</div>
6f27e48f   Alexandre   Ajout "outils" da...
4
5
6
7
8
9
10
11

<div class="index">
	<h2><i class="icon-wrench"></i> INFORMATIONS SYSTEME </h2>
		<?php 
		phpinfo();
		?>
		
</div>
4260780b   Alexandre   Migration vue, co...