diff --git a/20241015/index.php b/20241015/index.php new file mode 100644 index 0000000..08767a7 --- /dev/null +++ b/20241015/index.php @@ -0,0 +1,31 @@ + + + + + + + Document + + +
+ Név:
+ Jelszó:
+ Szín:
+ +
+ + \ No newline at end of file diff --git a/20241015/main.php b/20241015/main.php new file mode 100644 index 0000000..eceef0d --- /dev/null +++ b/20241015/main.php @@ -0,0 +1,19 @@ + + + + + + + Document + +;"> +
+ + +
+ + \ No newline at end of file diff --git a/20241015/redirected.php b/20241015/redirected.php new file mode 100644 index 0000000..2167841 --- /dev/null +++ b/20241015/redirected.php @@ -0,0 +1,31 @@ + + + + + + + Document + + + "; + echo $_SESSION["username"]; + echo "
"; + echo $_SESSION["password"]; + echo "
"; + echo $_COOKIE["color"]; + + ?> + + \ No newline at end of file