mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-07 05:14:31 +00:00
11 lines
211 B
Smarty
11 lines
211 B
Smarty
<?php
|
|
if($session->access!=BANNED){
|
|
$building->finishAll();
|
|
header("Location: plus.php?id=3");
|
|
exit;
|
|
}else{
|
|
header("Location: banned.php");
|
|
exit;
|
|
}
|
|
?>
|