示例#1
0
文件: init.php 项目: Garth619/Femi9
<?php

ITSEC_Modules::register_module('database-prefix', dirname(__FILE__), 'always-active');
示例#2
0
文件: init.php 项目: Garth619/Femi9
<?php

ITSEC_Modules::register_module('system-tweaks', dirname(__FILE__));
示例#3
0
文件: init.php 项目: Garth619/Femi9
<?php

ITSEC_Modules::register_module('hide-backend', dirname(__FILE__), 'always-active');
示例#4
0
文件: init.php 项目: Garth619/Femi9
<?php

ITSEC_Modules::register_module('ssl', dirname(__FILE__));
示例#5
0
文件: init.php 项目: Garth619/Femi9
<?php

ITSEC_Modules::register_module('pro-module-upsells', dirname(__FILE__), 'always-active');
示例#6
0
文件: init.php 项目: Garth619/Femi9
<?php

ITSEC_Modules::register_module('404-detection', dirname(__FILE__));
示例#7
0
文件: init.php 项目: Garth619/Femi9
<?php

ITSEC_Modules::register_module('content-directory', dirname(__FILE__), 'always-active');
示例#8
0
文件: init.php 项目: Garth619/Femi9
<?php

ITSEC_Modules::register_module('file-change', dirname(__FILE__));
示例#9
0
文件: init.php 项目: Garth619/Femi9
<?php

ITSEC_Modules::register_module('malware', dirname(__FILE__), 'always-active');
示例#10
0
文件: init.php 项目: Garth619/Femi9
<?php

if (is_multisite()) {
    ITSEC_Modules::register_module('multisite-tweaks', dirname(__FILE__));
}
示例#11
0
文件: init.php 项目: Garth619/Femi9
<?php

ITSEC_Modules::register_module('strong-passwords', dirname(__FILE__), 'default-active');
示例#12
0
文件: init.php 项目: Garth619/Femi9
<?php

ITSEC_Modules::register_module('network-brute-force', dirname(__FILE__), 'default-active');
示例#13
0
文件: init.php 项目: Garth619/Femi9
<?php

ITSEC_Modules::register_module('backup', dirname(__FILE__), 'default-active');
示例#14
0
文件: init.php 项目: Garth619/Femi9
<?php

ITSEC_Modules::register_module('file-permissions', dirname(__FILE__), 'always-active');
示例#15
0
文件: init.php 项目: Garth619/Femi9
<?php

ITSEC_Modules::register_module('away-mode', dirname(__FILE__));
示例#16
0
文件: init.php 项目: Garth619/Femi9
<?php

ITSEC_Modules::register_module('file-writing', dirname(__FILE__), 'always-active');
示例#17
0
文件: init.php 项目: Garth619/Femi9
<?php

ITSEC_Modules::register_module('wordpress-tweaks', dirname(__FILE__), 'default-active');
示例#18
0
文件: init.php 项目: Garth619/Femi9
<?php

ITSEC_Modules::register_module('wordpress-salts', dirname(__FILE__), 'always-active');
示例#19
0
文件: init.php 项目: Garth619/Femi9
<?php

ITSEC_Modules::register_module('admin-user', dirname(__FILE__), 'always-active');
示例#20
0
文件: init.php 项目: Garth619/Femi9
<?php

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