summaryrefslogtreecommitdiff
blob: 6e37b262561ecefed577f27e11de3e6cc597ef50 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php 

include('./.lib/common.php');

if ($_GET['perm']) {
	$smarty->assign('perm',$_GET['perm']);
}

$smarty->display('access_error.tpl');
  
?>