Change CACHE_DIR path

This commit is contained in:
cedric 2025-12-10 21:20:06 +00:00
parent 92ac79b4c6
commit 7f162fa616

View file

@ -2,7 +2,7 @@
declare(strict_types=1);
// -------------------- CONSTANTES --------------------
const CACHE_DIR = __DIR__ . '/cache';
const CACHE_DIR = '/var/cache/homepage';
const INSTANCES_JSON = CACHE_DIR . '/instances.json';
const URLS_TXT = CACHE_DIR . '/urls.txt';
const INSTANCES_URL = 'https://searx.space/data/instances.json';