diff options
author | Thomas Lange <code@nerdmind.de> | 2017-09-02 15:07:35 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-09-02 15:07:35 +0200 |
commit | e12cea77d8dabaf8bcaa30a0efb6ad8be0a15260 (patch) | |
tree | 3e9418f6718fa6b5138e2dbb9175df80d81cb476 /core/application.php | |
parent | e0fc0f469303825d4155721e90bfa6f2062c836e (diff) | |
download | blog-e12cea77d8dabaf8bcaa30a0efb6ad8be0a15260.tar.gz blog-e12cea77d8dabaf8bcaa30a0efb6ad8be0a15260.tar.xz blog-e12cea77d8dabaf8bcaa30a0efb6ad8be0a15260.zip |
An unnecessary "else" block in admin/auth.php was removed and spelling mistakes and inconsistencies in some comments were corrected.
Diffstat (limited to 'core/application.php')
-rw-r--r-- | core/application.php | 2 |
1 files changed, 1 insertions, 1 deletions
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')) { |