From aa11550b9e05f9a5f9a091bc524cabf1c3a8bda0 Mon Sep 17 00:00:00 2001 From: Mateja Date: Sun, 4 Oct 2020 15:58:27 +0200 Subject: Release 0.1 --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 39a38ab..5262804 100644 --- a/index.php +++ b/index.php @@ -17,10 +17,10 @@ session_start(); Logout'; - echo 'Administration'; + echo 'Administration'; + echo 'Logout'; } else { - echo 'Login'; + echo 'Login'; } ?> -- cgit v1.2.3