1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

Updated cache buster

This commit is contained in:
Eldad Fux 2020-07-18 00:15:16 +03:00
parent 16bc34ec0e
commit acb3dcdc66

View file

@ -36,7 +36,7 @@ const APP_EMAIL_SECURITY = 'security@localhost.test'; // Default security email
const APP_USERAGENT = APP_NAME.'-Server v%s. Please report abuse at %s';
const APP_MODE_ADMIN = 'admin';
const APP_PAGING_LIMIT = 15;
const APP_CACHE_BUSTER = 126;
const APP_CACHE_BUSTER = 127;
const APP_VERSION_STABLE = '0.6.2';
const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_FUNCTIONS = '/storage/functions';