// Load the required file(s)
require ("inc/config.php");
+// Is the "birthday" extension active?
+if (!EXT_IS_ACTIVE("birthday")) {
+ // Redirect to index
+ LOAD_URL("modules.php?module=index&msg=".CODE_EXTENSION_PROBLEM."&ext=birthday");
+} // END - if
+
// Is the script installed?
if (isBooleanConstantAndTrue('mxchange_installed')) {
// Script is installed so let's check for his confirmation link...
define('SERVER_URL', "http://www.mxchange.org");
// This current patch level
-define('CURR_SVN_REVISION', "478");
+define('CURR_SVN_REVISION', "479");
// Take a prime number which is long (if you know a longer one please try it out!)
define('_PRIME', 591623);