Add uebung8
This commit is contained in:
11
uebung8/examples/reset.php
Normal file
11
uebung8/examples/reset.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
require_once(__DIR__ . "/session_lib.php");
|
||||
|
||||
// Session starten
|
||||
startTodoSession();
|
||||
|
||||
// Tasks zurücksetzen
|
||||
resetTasks();
|
||||
|
||||
// Weiterleitung auf die Startseite
|
||||
header("Location: index.php");
|
Reference in New Issue
Block a user