1
0
Fork 0
mirror of synced 2024-09-30 01:08:13 +13:00

Updated cachebuster

This commit is contained in:
Eldad Fux 2021-05-18 23:37:23 +03:00
parent e9e501bf8e
commit e6597bb6e1

View file

@ -39,7 +39,7 @@ const APP_USERAGENT = APP_NAME.'-Server v%s. Please report abuse at %s';
const APP_MODE_DEFAULT = 'default'; const APP_MODE_DEFAULT = 'default';
const APP_MODE_ADMIN = 'admin'; const APP_MODE_ADMIN = 'admin';
const APP_PAGING_LIMIT = 12; const APP_PAGING_LIMIT = 12;
const APP_CACHE_BUSTER = 145; const APP_CACHE_BUSTER = 146;
const APP_VERSION_STABLE = '0.8.0'; const APP_VERSION_STABLE = '0.8.0';
const APP_STORAGE_UPLOADS = '/storage/uploads'; const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_FUNCTIONS = '/storage/functions'; const APP_STORAGE_FUNCTIONS = '/storage/functions';