From c62fbc31abc996f95d0762a630bf1d801eff6c6a Mon Sep 17 00:00:00 2001 From: novgorodschi catalin Date: Tue, 30 Jun 2026 09:24:38 +0300 Subject: [PATCH] Close php ?> Close php ?> --- festival.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/festival.php b/festival.php index aaa07afd..90936261 100644 --- a/festival.php +++ b/festival.php @@ -46,4 +46,5 @@ if($village->capital == 1 && $village->resarray['f'.$_GET['id'].'t'] == 35 && $s } } header("Location: build.php?id=".$_GET['id']); -exit; \ No newline at end of file +exit; +?> \ No newline at end of file