From e12cea77d8dabaf8bcaa30a0efb6ad8be0a15260 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 2 Sep 2017 15:07:35 +0200 Subject: An unnecessary "else" block in admin/auth.php was removed and spelling mistakes and inconsistencies in some comments were corrected. --- core/application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/application.php') diff --git a/core/application.php b/core/application.php index 72f854a..7ba66fe 100644 --- a/core/application.php +++ b/core/application.php @@ -86,7 +86,7 @@ catch(PDOException $Exception) { } #=============================================================================== -# Check if "304 Not Modified" and ETag header should be send +# Check if "304 Not Modified" and ETag header should be sent #=============================================================================== if(Application::get('CORE.SEND_304') === TRUE AND !defined('ADMINISTRATION')) { -- cgit v1.2.3