Cleaned up Codebase after finishing Tutorial on php and adding files, styles some logic for LearningPlattform Projekt
This commit is contained in:
parent
1b0b12b655
commit
cbabe10ee9
22 changed files with 16 additions and 3419 deletions
|
|
@ -1,14 +1,9 @@
|
|||
<?php
|
||||
return[
|
||||
'/' => 'controllers/index.php',
|
||||
'/about' => 'controllers/about.php',
|
||||
'/contact' => 'controllers/contact.php',
|
||||
'/learn' => 'controllers/learn.php',
|
||||
'/mathe' => 'controllers/mathe.php',
|
||||
'/game' => 'controllers/game.php',
|
||||
'/note' => 'controllers/notes/show.php',
|
||||
'/notes' => 'controllers/notes/index.php',
|
||||
'/addition' => 'controllers/addition.php',
|
||||
'/notes/create' => 'controllers/notes/create.php',
|
||||
'/login' => 'controllers/login.php'
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue