1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

Updated version const

This commit is contained in:
Eldad Fux 2019-12-07 23:25:40 +02:00
parent 02c7656437
commit ff75893402

View file

@ -25,7 +25,7 @@ const APP_EMAIL_SECURITY = 'security@'.APP_DOMAIN;
const APP_USERAGENT = APP_NAME.'-Server/%s Please report abuse at '.APP_EMAIL_SECURITY;
const APP_MODE_ADMIN = 'admin';
const APP_PAGING_LIMIT = 15;
const APP_VERSION_STABLE = '0.3.0';
const APP_VERSION_STABLE = '0.4.0';
$register = new Registry();
$request = new Request();