Skip to content

Commit b570c7c

Browse files
committed
fix typo
1 parent 113deb5 commit b570c7c

File tree

1 file changed

+1
-1
lines changed
  • packages/wp-plugin/ionos-essentials/ionos-essentials/inc/security

1 file changed

+1
-1
lines changed

packages/wp-plugin/ionos-essentials/ionos-essentials/inc/security/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838

3939
require_once __DIR__ . '/ssl.php';
40-
if (! definded('IONOS_IS_STRETCH')) {
40+
if (! defined('IONOS_IS_STRETCH')) {
4141
if (true === $security_options[IONOS_SECURITY_FEATURE_OPTION_XMLRPC]) {
4242
require_once __DIR__ . '/xmlrpc.php';
4343
}

0 commit comments

Comments
 (0)