diff --git a/config-default.php b/config-default.php index 1515765..5c79e45 100644 --- a/config-default.php +++ b/config-default.php @@ -6,10 +6,6 @@ ini_set('display_startup_errors', '1'); error_reporting(E_ALL); // Application -define('BASE_URL', '/'); -define('PAGE_LIMIT', 10); -define('SEF_MODE', false); - define('BASE_URL', 'https://kvazar.today'); define('PAGE_LIMIT', 10); define('SEF_MODE', true);