Change CACHE_DIR path
This commit is contained in:
parent
92ac79b4c6
commit
7f162fa616
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue