From d194908642cc49a4c1b78a6e64470b427b0a4fe8 Mon Sep 17 00:00:00 2001 From: Mario <100047175+Mariopizza1@users.noreply.github.com> Date: Wed, 25 Jan 2023 22:07:49 +0200 Subject: [PATCH] ALR BRUH FINAL COMMIT (maybe) --- index.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 898e8d1..4410f27 100644 --- a/index.php +++ b/index.php @@ -1,13 +1,14 @@ bootstrap(); -$arraybackground = array('win7.png', 'win8.png', 'epic.png', 'yosemite.png', 'aurora.png', 'tiger.png', 'fish.png'); $countofarray = rand(0, count($arraybackground)-1); $background = "$arraybackground[$countofarray]"; -$youtubefunnies = array('bitqf13QU7Q', 'Z_V6yKKIk5U', '2tHl6O5Sp8w', '-5WcDfKndxU', 'cwyTleTL06Y'); $getthecount = rand(0, count($youtubefunnies)-1); $youtubevideo = "$youtubefunnies[$getthecount]"; ?> @@ -31,4 +32,4 @@ body { Login
\ No newline at end of file +