mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-11 15:16:08 +00:00
improves by songeriux + minor changes by me
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ if(isset($_POST['result'])) {
|
||||
$target = isset($_POST['target'])? $_POST['target'] : array();
|
||||
$tribe = isset($_POST['mytribe'])? $_POST['mytribe'] : $session->tribe;
|
||||
if(count($target) > 0) {
|
||||
include("Templates/Simulator/att_".$tribe.".tpl");
|
||||
include("Templates/Simulator/att_".preg_replace("/[^a-zA-Z0-9_-]/","",$tribe).".tpl");
|
||||
echo "<table id=\"defender\" class=\"fill_in\" cellpadding=\"1\" cellspacing=\"1\">
|
||||
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user