예제 #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');