Delete Wallpaper directory

This commit is contained in:
T00700
2023-01-30 12:24:33 +08:00
committed by GitHub
parent c5f4b09938
commit 2bc7a7fbed
13 changed files with 0 additions and 25 deletions
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 KiB

-25
View File
@@ -1,25 +0,0 @@
<!DOCTYPE html>
<html>
<body>
<?php
$myLinks = array("https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/01.png",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/02.png",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/03.png",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/04.png",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/05.png",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/06.png",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/07.png",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/08.jpg",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/09.jpg",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/10.jpg",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/11.jpg",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/12.jpg",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/13.jpg");
$randomRedirection = $myLinks[array_rand($myLinks)];
header("Location: $randomRedirection");
?>
</body>
</html>