- Thread starter
- #21
Erm, never seen that before.Alright but still it doesn't look right i think? :
Replace the Index.php in htdocs/wwwroot with
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();
?>