-

CumHackz

Member
Oct 17, 2011
96
9
In wwroot or htdocs open index.php and replace all of it with this:
Code:
<?php
define('IN_INDEX', 1);
 
require_once 'global.php';
 
$core->handleCall($engine->secure($_GET['url']));
 
$template->html->get($engine->secure($_GET['url']));
 
$template->outputTPL();
?>
 

Users who are viewing this thread

Top