Files
TravianZ/Templates/Plus/7.tpl
T
2013-11-08 09:49:57 +02:00

9 lines
201 B
Smarty

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