mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-30 09:34:28 +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");
|
|
}
|
|
?>
|