Update
This commit is contained in:
7
uebung9/uebung09-examples/to-do-list-database/reset.php
Normal file
7
uebung9/uebung09-examples/to-do-list-database/reset.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
require_once(__DIR__ . "/inc/Database.php");
|
||||
|
||||
$db = new Database();
|
||||
$db->reset();
|
||||
|
||||
header("Location: index.php");
|
Reference in New Issue
Block a user