From 54f23757ea9d0eb43eed88568020443e45fbe4e4 Mon Sep 17 00:00:00 2001 From: System Void Date: Tue, 4 Aug 2015 14:41:32 +0100 Subject: [PATCH] Removed closing PHP tags. They aren't needed, and every little helps. --- web/api/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/api/index.php b/web/api/index.php index cfa74ff76..7806a0b4f 100644 --- a/web/api/index.php +++ b/web/api/index.php @@ -78,5 +78,3 @@ if (isset($_POST['user']) || isset($_POST['hash'])) { } } } - -?>