page modification profile terminer

This commit is contained in:
Yasder5 2026-01-27 19:29:38 +01:00
parent c8c9bbdb87
commit 9c0ad5ae77
3 changed files with 9 additions and 4 deletions

View file

@ -113,4 +113,10 @@
include('../app/views/partials/footer.php');
}
public function admin(){
include('../app/views/admin.php');
}
}