light touch ups and fixed some of the issues, updated bootstrap to 5.3

This commit is contained in:
ui0ppk 2023-02-04 16:08:46 +02:00
commit 47467d3a18
3 changed files with 6 additions and 0 deletions

3
about.php Normal file
View File

@ -0,0 +1,3 @@
<?php
require_once("core/config.php");
print_r($maintainers);

View File

@ -3,6 +3,9 @@
$sitename = "Grublox";
$version = 1.2;
$maintainers = array("Mario1", "qzip");
$version = 1.0;
$maintainers = array("Mario1", "qzip", "nolanwhy");
$arraybackground = array('win7.png', 'win8.png', 'epic.png', 'yosemite.png', 'aurora.png', 'tiger.png', 'fish.png');
$youtubefunnies = array('bitqf13QU7Q', 'Z_V6yKKIk5U', '2tHl6O5Sp8w', '-5WcDfKndxU', 'cwyTleTL06Y','Rr8XkF5TBLU');

0
git Normal file
View File