Moved theme out of module is defined check

pull/624/head
TimZ99 2018-08-28 15:35:21 +02:00
parent d2d03eb60b
commit 737a70fad4
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 10 additions and 10 deletions

View File

@ -118,7 +118,6 @@ define('PSM_TELEGRAM_GET_ID_URL', 'https://telegram.me/cid_bot');
*/
//define('PSM_BASE_URL', null);
if (!defined('PSM_MODULE_DEFAULT')) {
/**
* Default theme if none is selected
*/
@ -129,5 +128,6 @@ if (!defined('PSM_MODULE_DEFAULT')) {
/**
* Default module (if none given or invalid one)
*/
if (!defined('PSM_MODULE_DEFAULT')) {
define('PSM_MODULE_DEFAULT', 'server_status');
}