- Joined
- Apr 9, 2007
- Messages
- 211
- Reaction score
- 1
Pls.. help
blank page error
pls.. help
blank page error
You must be registered to see links
pls.. help
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<?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
?>