fixes to support composer / packagist
This commit is contained in:
@ -14,4 +14,6 @@ if (!defined('HERMES_REDIRECTS_ENABLED')) {
|
||||
define('HERMES_REDIRECTS_ENABLED', true);
|
||||
}
|
||||
# Tell the app all constants have been loaded.
|
||||
define( 'HERMES_CONSTANTS_LOADED', true );
|
||||
if ( ! defined('HERMES_CONSTANTS_LOADED' ) ) {
|
||||
define( 'HERMES_CONSTANTS_LOADED', true );
|
||||
}
|
Reference in New Issue
Block a user