From 19bf1b8ac810371f75ff098f5db787d385b9d66f Mon Sep 17 00:00:00 2001 From: nkolosnjaj Date: Mon, 13 May 2024 14:31:00 +0200 Subject: [PATCH] exam151 --- exam151/index.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 exam151/index.php diff --git a/exam151/index.php b/exam151/index.php new file mode 100644 index 0000000..f783cc8 --- /dev/null +++ b/exam151/index.php @@ -0,0 +1,30 @@ += 1){ + echo 'Login success'; + } else { + echo 'Invalid user or pass'; + } + } +} + + +?> + +
+User:
+Pass:
+ +
\ No newline at end of file