page admin corriger (visuellement), controller a part

This commit is contained in:
Yasder5 2026-01-27 19:34:41 +01:00
parent 9c0ad5ae77
commit fc97c99c5a
2 changed files with 13 additions and 2 deletions

View file

@ -0,0 +1,11 @@
<?php
class AdminCtrl{
public function admin(){
include('../app/views/admin.php');
}
}