change webapp domain

This commit is contained in:
KVAZAR 2022-04-24 19:20:03 +03:00 committed by GitHub
parent e383764758
commit 6e4e2b103f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ ini_set('display_startup_errors', '1');
error_reporting(E_ALL);
// Application
define('BASE_URL', 'https://kvazar.ml');
define('BASE_URL', 'https://kvazar.today');
define('PAGE_LIMIT', 10);
define('SEF_MODE', true);