コード例 #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');