1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Updated cache buster

This commit is contained in:
Eldad Fux 2020-10-29 16:11:06 +02:00
parent bbcebfe20a
commit bf1993ebe4

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 = 12;
const APP_CACHE_BUSTER = 127;
const APP_CACHE_BUSTER = 138;
const APP_VERSION_STABLE = '0.7.0';
const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_FUNCTIONS = '/storage/functions';