Delete Wallpaper directory
|
Before Width: | Height: | Size: 84 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 98 KiB |
|
Before Width: | Height: | Size: 75 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 8.1 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 272 KiB |
@@ -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>
|
||||