View file Spiderwap.in File Hosting/sys/set.php

File size: 308B
<?php
require $_SERVER['DOCUMENT_ROOT'].'/sys/config.php';
if(!isset($user)) {
$smarty->assign('title','Error');
$smarty->assign('error','Only for registered');
$smarty->assign('back','/enter.php');
$smarty->display('header.tpl');
$smarty->display('error.tpl');
$smarty->display('footer.tpl');
}
?>