My Stupidity - How do you fix this error

Status
Not open for further replies.

MubarikHZH

Join The Revolution
Mar 11, 2012
237
40
I'm too tired to concentrate how do you fix this deformed index page:
Thank You if you can help
 

zMagenta

Posting Freak
Jul 15, 2011
1,414
682
I know the problem. In the wwwroot/htdocs replace you index.php 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();
?>
 

MubarikHZH

Join The Revolution
Mar 11, 2012
237
40
I fix this hours ago it was just when I posted this was like 1 am , when I was very tired to concentrate but everything works now thank you anyways for you help.
 
Status
Not open for further replies.

Users who are viewing this thread

Top