Switched to neutral /root as the virtual file system!

This commit is contained in:
2025-06-20 19:19:58 +02:00
parent 39b43fef75
commit 0d3ee0a0eb
7 changed files with 10 additions and 10 deletions

View File

@ -17,7 +17,7 @@
<h1 class="text-3xl font-bold text-pink-400 mb-6">Wallpaper Picker</h1>
<div id="wallpapers" class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6">
<?php
$wallpaperDir = "/home/surillya/Pictures/";
$wallpaperDir = "/root/Pictures/";
$images = glob($wallpaperDir . "*.{jpg,jpeg,png,gif,webp}", GLOB_BRACE);
foreach ($images as $img) {
require_once "vfs.php";