mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-03 08:57:17 +00:00
more updates
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
if($session->access != BANNED){
|
||||
$to = $database->getVillage($enforce['from']);
|
||||
$fromcoor = $database->getCoor($enforce['from']);
|
||||
$tocoor = $database->getCoor($enforce['vref']);
|
||||
@@ -179,7 +178,4 @@ $tocoor = $database->getCoor($enforce['vref']);
|
||||
<p class="btn"><input value="ok" name="s1" id="btn_ok" class="dynamic_img " src="img/x.gif" alt="OK" type="image" onclick="if (this.disabled==false) {document.getElementsByTagName('form')[0].submit();} this.disabled=true;" onLoad="this.disabled=false;"></p>
|
||||
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
else{header("Location: banned.php");}?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user