Skip to content

Commit

Permalink
added sec feature
Browse files Browse the repository at this point in the history
  • Loading branch information
zume2020 authored Aug 26, 2019
1 parent ceade72 commit a4229bd
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion task.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@
header("Location: login.php");
exit;
}else $userName = $_SESSION['userName'];

// switch ($_GET['action']) {

// case "show":
// $match_show = true;
// break;

// default:
// // value is not on the list. React accordingly.
// echo "Unknown value for 'action'".

// }

$id = $_GET['id'];

?>
Expand Down Expand Up @@ -215,4 +228,4 @@ function(data) {


</body>
</html>
</html>

0 comments on commit a4229bd

Please sign in to comment.