diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-01-29 15:11:39 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-01-29 15:11:39 +0200 |
commit | 4417f8f23f949d549b93fe7c7227e134b6df5e9d (patch) | |
tree | b207f2959b95f9caedc4163755c98bcd51cd6106 | |
parent | 9f0a624ea66aa329a78c464f08d99f63c7282ee8 (diff) | |
download | fileup-4417f8f23f949d549b93fe7c7227e134b6df5e9d.tar.gz |
Sign out button now signs out
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ <?php if (array_key_exists("username", $_SESSION)) { ?> <li><?php echo $_SESSION['username'];?></li> - <li>Sign out</li> + <li onclick="window.location.href='/php/logout.php'">Sign out</li> <?php } else {?> |