Altering housekeeping modules

This commit is contained in:
ahwelp
2023-01-24 20:32:06 +00:00
parent 2b6ddf9569
commit 17f9fda294
10 changed files with 71 additions and 20 deletions
+5 -1
View File
@@ -10,8 +10,12 @@ class WelcomeController {
Output::render();
}
function dre() {
Output::render('dre');
}
function teste(){
echo 'saddsaadsdsa';
var_dump($_SESSION);
}
}