View file Spiderwap.in File Hosting/panel/index.php
<?php
require('../sys/set.php');
$smarty->assign('title','Personal Menu');
$smarty->display('header.tpl');
$smarty->display('ank.tpl');
$smarty->display('footer.tpl');
?>
<?php
require('../sys/set.php');
$smarty->assign('title','Personal Menu');
$smarty->display('header.tpl');
$smarty->display('ank.tpl');
$smarty->display('footer.tpl');
?>