add travian T4 comming screen to index.php (can select in install)

This commit is contained in:
unknown
2012-04-05 09:30:51 +03:00
parent 5aac91bda1
commit ab706b0556
161 changed files with 792 additions and 0 deletions
+1
View File
@@ -88,6 +88,7 @@
$text = preg_replace("'%GREAT_WKS%'", $_POST['great_wks'], $text);
$text = preg_replace("'%TS_THRESHOLD%'", $_POST['ts_threshold'], $text);
$text = preg_replace("'%WW%'", $_POST['ww'], $text);
$text = preg_replace("'%T4_COMING%'", $_POST['t4_coming'], $text);
fwrite($fh, $text);