Responsive design;
New menus (members); Improved interface for parent editing;
This commit is contained in:
10
_include/include_delete_shirt.php
Normal file
10
_include/include_delete_shirt.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
if ($this->is_id()) {
|
||||
$delete_query = "DELETE FROM shirt WHERE shirt_id = " . $this->get_id() . ";";
|
||||
$sql->execute_query($delete_query);
|
||||
header("Location: /admin/shirts");
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user