From 6e6b25049db2041a2d8ff0f9cbbb006a830c3dba Mon Sep 17 00:00:00 2001 From: Mario <100047175+Mariopizza1@users.noreply.github.com> Date: Wed, 25 Jan 2023 22:07:13 +0200 Subject: [PATCH] Update config.php --- core/config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/config.php b/core/config.php index e20d82a..92bc3f0 100644 --- a/core/config.php +++ b/core/config.php @@ -3,6 +3,8 @@ $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'); try { $con = new PDO("mysql:dbname=grublox;host=localhost", "root", "");