From 8a336b1c10ca67ca60f074961f5ebb7bcfa92243 Mon Sep 17 00:00:00 2001 From: nixxquality Date: Thu, 8 Oct 2015 00:38:27 +0200 Subject: [PATCH] Remove trailing ?> I'm getting an annoying newline in the response, this probably won't fix it, but it's worth a shot since it's a bad idea to have ?> at the end anyway --- includes/core.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/core.php b/includes/core.php index 320c21c..3d74e8c 100644 --- a/includes/core.php +++ b/includes/core.php @@ -69,4 +69,3 @@ function gen_name($arg, $in){ break; } } -?>