changeset 256:85f79c765ab1 gmap2

missing semicolon
author jeskko
date Tue, 08 Apr 2014 22:12:21 +0300
parents d9e51ab58503
children 3729d8871b50
files index.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Wed Mar 19 14:08:17 2014 +0200
+++ b/index.php	Tue Apr 08 22:12:21 2014 +0300
@@ -3,7 +3,7 @@
 
 if (!isset($pageBaseURL) || !isset($gmapsKey) || !isset($gmapsVersion))
 {
-  echo "Some settings are missing. Please check your configuration."
+  echo "Some settings are missing. Please check your configuration.";
   exit;
 }