| @@ -1,9 +1,8 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | if (!defined('MCDATAPATH')) exit; |
| 3 | 3 | |
| 4 | 4 | if (defined('MCCONFKEY')) { |
| 5 | - require_once dirname( __FILE__ ) . '/protect.php'; | |
| 5 | + require_once dirname( __FILE__ ) . '/../protect.php'; | |
| 6 | 6 | |
| 7 | - $mcProtect = new BVPrependProtect(); | |
| 8 | - $mcProtect->run(); | |
| 7 | + WPRProtect_V676::init(WPRProtect_V676::MODE_PREPEND); | |
| 9 | 8 | } |