diff options
author | steckbrief <steckbrief@chefmail.de> | 2017-05-27 20:33:11 +0200 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2017-05-27 20:34:06 +0200 |
commit | b7515c5d9c5fc3c622376818570c05a03c74fe17 (patch) | |
tree | 38ebba18eb38d16f94afd821430ced2bcf63a739 /managing-ui/logout.php | |
parent | 6bd2862f8f6b37f145097767ebbbedbc5e243443 (diff) |
managing-ui: initial commit0.2
added possibility to manage uploaded files
simple php ui to delete uploaded files
Diffstat (limited to 'managing-ui/logout.php')
-rw-r--r-- | managing-ui/logout.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/managing-ui/logout.php b/managing-ui/logout.php new file mode 100644 index 0000000..56cbc93 --- /dev/null +++ b/managing-ui/logout.php @@ -0,0 +1,5 @@ +<?php +session_start(); +session_destroy(); +header("Location: index.php"); +?>
\ No newline at end of file |