From 12ff11ff43647ba828155f784ee7ffd6db113ce2 Mon Sep 17 00:00:00 2001
From: Anton Sarukhanov <code@ant.sr>
Date: Sat, 23 May 2015 09:55:32 -0400
Subject: [PATCH] Fixed PHP tags for 5.6, added config template.

---
 index.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.php b/index.php
index e81c65f..b7fa9bb 100644
--- a/index.php
+++ b/index.php
@@ -12,7 +12,7 @@
 	<link href="css/style.css" rel="stylesheet" />
 	<?php if (isset($_GET['embed'])) { ?>
 		<link href="css/embed.css" rel="stylesheet" />
-	<? } ?>
+	<?php } ?>
 	<script src="js/fastclick.js"></script>
 	<script src="js/jquery.min.js"></script>
 	<script src="js/leaflet.js"></script>
@@ -53,4 +53,4 @@
 		})();
 	</script>
 </body>
-</html>
\ No newline at end of file
+</html>
-- 
GitLab