Files
TravianZ/Templates/Plus/7.tpl
T

10 lines
179 B
Smarty

<?php
if($session->access!=BANNED){
$building->finishAll('plus.php?id=3');
exit;
}else{
header("Location: banned.php");
exit;
}
?>