[Help] Blank Page

Status
Not open for further replies.
heres the code of the index

Code:
<?php //index.php :: Pagina inicial
ob_start(); 

define('INSIDE', true);
$ugamela_root_path = './';
include($ugamela_root_path . 'extension.inc');
include($ugamela_root_path . 'common.'.$phpEx);


if(!check_user()){ header("Location: login.php"); }

//Index con dos frames
echo parsetemplate(gettemplate('index_frames'), $lang);



ob_end_flush();
// Created by Perberos. All rights reserved (C) 2006
?>


pls.. help
 
Status
Not open for further replies.
Back
Top