light touch ups and fixed some of the issues, updated bootstrap to 5.3
This commit is contained in:
commit
47467d3a18
|
|
@ -0,0 +1,3 @@
|
||||||
|
<?php
|
||||||
|
require_once("core/config.php");
|
||||||
|
print_r($maintainers);
|
||||||
|
|
@ -3,6 +3,9 @@
|
||||||
$sitename = "Grublox";
|
$sitename = "Grublox";
|
||||||
$version = 1.2;
|
$version = 1.2;
|
||||||
$maintainers = array("Mario1", "qzip");
|
$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');
|
$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');
|
$youtubefunnies = array('bitqf13QU7Q', 'Z_V6yKKIk5U', '2tHl6O5Sp8w', '-5WcDfKndxU', 'cwyTleTL06Y','Rr8XkF5TBLU');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue