Files
TravianZ/Templates/Plus/7.tpl
T
2013-11-27 12:21:03 +02:00

9 lines
193 B
Smarty

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