mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-29 17:14:44 +00:00
9 lines
193 B
Smarty
9 lines
193 B
Smarty
<?php
|
|
if($session->access!=BANNED){
|
|
$building->finishAll();
|
|
header("Location: plus.php?id=3");
|
|
}else{
|
|
header("Location: banned.php");
|
|
}
|
|
?>
|