Moved theme out of module is defined check
parent
d2d03eb60b
commit
737a70fad4
|
@ -118,7 +118,6 @@ define('PSM_TELEGRAM_GET_ID_URL', 'https://telegram.me/cid_bot');
|
||||||
*/
|
*/
|
||||||
//define('PSM_BASE_URL', null);
|
//define('PSM_BASE_URL', null);
|
||||||
|
|
||||||
if (!defined('PSM_MODULE_DEFAULT')) {
|
|
||||||
/**
|
/**
|
||||||
* Default theme if none is selected
|
* Default theme if none is selected
|
||||||
*/
|
*/
|
||||||
|
@ -129,5 +128,6 @@ if (!defined('PSM_MODULE_DEFAULT')) {
|
||||||
/**
|
/**
|
||||||
* Default module (if none given or invalid one)
|
* Default module (if none given or invalid one)
|
||||||
*/
|
*/
|
||||||
|
if (!defined('PSM_MODULE_DEFAULT')) {
|
||||||
define('PSM_MODULE_DEFAULT', 'server_status');
|
define('PSM_MODULE_DEFAULT', 'server_status');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue