diff --git a/inc/header.inc.php b/inc/header.inc.php index fbdaeebf..71013444 100644 --- a/inc/header.inc.php +++ b/inc/header.inc.php @@ -32,6 +32,9 @@ * https://www.hesk.com/buy.php *******************************************************************************/ +// Define the current build +define('MODS_FOR_HESK_BUILD', 21); + /* Check if this is a valid include */ if (!defined('IN_SCRIPT')) {die('Invalid attempt');} if (!function_exists('mfh_getSettings')) { @@ -48,20 +51,20 @@ $modsForHesk_settings = mfh_getSettings(); - + - + - - > + + > - - - + + + - - + + diff --git a/inc/headerAdmin.inc.php b/inc/headerAdmin.inc.php index 1c4b4102..b235a460 100644 --- a/inc/headerAdmin.inc.php +++ b/inc/headerAdmin.inc.php @@ -32,6 +32,9 @@ * https://www.hesk.com/buy.php *******************************************************************************/ +// Define the current build +define('MODS_FOR_HESK_BUILD', 21); + /* Check if this is a valid include */ if (!defined('IN_SCRIPT')) {die('Invalid attempt');} @@ -45,20 +48,20 @@ $modsForHesk_settings = mfh_getSettings(); - + - + - - > + + > - - - + + + - - + +