Merge branch 'main' into laura
This commit is contained in:
commit
c228a548dc
3 changed files with 25 additions and 5 deletions
|
|
@ -41,4 +41,4 @@
|
|||
include('../app/views/partials/footer.php');
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,4 +110,10 @@
|
|||
include('../app/views/partials/footer.php');
|
||||
|
||||
}
|
||||
|
||||
public function admin(){
|
||||
|
||||
include('../app/views/admin.php');
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue