Files
TravianZ/Templates/Plus/7.tpl
T
2017-10-22 13:00:54 +02:00

11 lines
211 B
Smarty

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