Esempio n. 1
0
<?php

ITSEC_Modules::register_module('database-prefix', dirname(__FILE__), 'always-active');
Esempio n. 2
0
<?php

ITSEC_Modules::register_module('system-tweaks', dirname(__FILE__));
Esempio n. 3
0
<?php

ITSEC_Modules::register_module('hide-backend', dirname(__FILE__), 'always-active');
Esempio n. 4
0
<?php

ITSEC_Modules::register_module('ssl', dirname(__FILE__));
Esempio n. 5
0
<?php

ITSEC_Modules::register_module('pro-module-upsells', dirname(__FILE__), 'always-active');
Esempio n. 6
0
<?php

ITSEC_Modules::register_module('404-detection', dirname(__FILE__));
Esempio n. 7
0
<?php

ITSEC_Modules::register_module('content-directory', dirname(__FILE__), 'always-active');
Esempio n. 8
0
<?php

ITSEC_Modules::register_module('file-change', dirname(__FILE__));
Esempio n. 9
0
<?php

ITSEC_Modules::register_module('malware', dirname(__FILE__), 'always-active');
Esempio n. 10
0
<?php

if (is_multisite()) {
    ITSEC_Modules::register_module('multisite-tweaks', dirname(__FILE__));
}
Esempio n. 11
0
<?php

ITSEC_Modules::register_module('strong-passwords', dirname(__FILE__), 'default-active');
Esempio n. 12
0
<?php

ITSEC_Modules::register_module('network-brute-force', dirname(__FILE__), 'default-active');
Esempio n. 13
0
<?php

ITSEC_Modules::register_module('backup', dirname(__FILE__), 'default-active');
Esempio n. 14
0
<?php

ITSEC_Modules::register_module('file-permissions', dirname(__FILE__), 'always-active');
Esempio n. 15
0
<?php

ITSEC_Modules::register_module('away-mode', dirname(__FILE__));
Esempio n. 16
0
<?php

ITSEC_Modules::register_module('file-writing', dirname(__FILE__), 'always-active');
Esempio n. 17
0
<?php

ITSEC_Modules::register_module('wordpress-tweaks', dirname(__FILE__), 'default-active');
Esempio n. 18
0
<?php

ITSEC_Modules::register_module('wordpress-salts', dirname(__FILE__), 'always-active');
Esempio n. 19
0
<?php

ITSEC_Modules::register_module('admin-user', dirname(__FILE__), 'always-active');
Esempio n. 20
0
<?php

ITSEC_Modules::register_module('security-check', dirname(__FILE__), 'always-active');