View file Spiderwap.in File Hosting/panel/index.php

File size: 182B
<?php
require('../sys/set.php');

$smarty->assign('title','Personal Menu');
$smarty->display('header.tpl');
$smarty->display('ank.tpl');
$smarty->display('footer.tpl');


?>