mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
10 lines
179 B
Smarty
10 lines
179 B
Smarty
<?php
|
|
if($session->access!=BANNED){
|
|
$building->finishAll('plus.php?id=3');
|
|
exit;
|
|
}else{
|
|
header("Location: banned.php");
|
|
exit;
|
|
}
|
|
?>
|