mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-03-12 13:41:43 +00:00
remove duplicated constants
This commit is contained in:
parent
0bb720f7ce
commit
0072c36295
@ -6,10 +6,6 @@ ini_set('display_startup_errors', '1');
|
|||||||
error_reporting(E_ALL);
|
error_reporting(E_ALL);
|
||||||
|
|
||||||
// Application
|
// Application
|
||||||
define('BASE_URL', '/');
|
|
||||||
define('PAGE_LIMIT', 10);
|
|
||||||
define('SEF_MODE', false);
|
|
||||||
|
|
||||||
define('BASE_URL', 'https://kvazar.today');
|
define('BASE_URL', 'https://kvazar.today');
|
||||||
define('PAGE_LIMIT', 10);
|
define('PAGE_LIMIT', 10);
|
||||||
define('SEF_MODE', true);
|
define('SEF_MODE', true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user