add uploaded files to edit, note details, welcome page

This commit is contained in:
Felix Ivo
2025-07-07 10:42:12 +02:00
parent 9db4d93ce3
commit 0799db48f0
5 changed files with 61 additions and 3 deletions

View File

@@ -26,7 +26,14 @@ $this->userModel = new \ppa\Model\UserModel();
echo $this->userModel->getUserCount();
?>
Users
</b>
</b><br>
<b style="font-size: 20px; margin: 20px">
<?php
echo $this->notesModel->getFileCount();
?>
Files
</b><br>
<?php include dirname(__DIR__).'/footer.phtml'; ?>