From 86a5afc32fe245bc4b9f0d2a80667a8b0a463094 Mon Sep 17 00:00:00 2001 From: Mario <100047175+Mariopizza1@users.noreply.github.com> Date: Thu, 26 Jan 2023 18:44:22 +0200 Subject: [PATCH] added another youtube funny --- core/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.php b/core/config.php index bf9c759..271d861 100644 --- a/core/config.php +++ b/core/config.php @@ -4,7 +4,7 @@ $sitename = "Grublox"; $version = 1.0; $maintainers = array("Mario1", "qzip"); $arraybackground = array('win7.png', 'win8.png', 'epic.png', 'yosemite.png', 'aurora.png', 'tiger.png', 'fish.png'); -$youtubefunnies = array('bitqf13QU7Q', 'Z_V6yKKIk5U', '2tHl6O5Sp8w', '-5WcDfKndxU', 'cwyTleTL06Y'); +$youtubefunnies = array('bitqf13QU7Q', 'Z_V6yKKIk5U', '2tHl6O5Sp8w', '-5WcDfKndxU', 'cwyTleTL06Y','Rr8XkF5TBLU'); try { $con = new PDO("mysql:dbname=grublox;host=localhost", "root", "");