From b05d45f5eb169525235ba9e9895910c6477d6f9e Mon Sep 17 00:00:00 2001 From: "Lukas Rieger (Blue)" Date: Sat, 18 Nov 2023 22:07:03 +0100 Subject: [PATCH] Better newlines --- BlueMapCommon/webapp/public/sql.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/BlueMapCommon/webapp/public/sql.php b/BlueMapCommon/webapp/public/sql.php index 0a0e1e48..ccb9ee4d 100644 --- a/BlueMapCommon/webapp/public/sql.php +++ b/BlueMapCommon/webapp/public/sql.php @@ -12,15 +12,12 @@ $database = 'bluemap'; // set this to "none" if you disabled compression on your maps $hiresCompression = 'gzip'; - // !!! END - DONT CHANGE ANYTHING AFTER THIS LINE !!! - - // some helper functions function error($code, $message = null) { global $path;