Skip to content

Commit

Permalink
Remove redundant HTTP keys
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Dec 8, 2020
1 parent a2de1f6 commit 0819d6f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions system/Language/en/HTTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@
'controllerNotFound' => 'Controller or its method is not found: {0}::{1}',
'methodNotFound' => 'Controller method is not found: {0}',

// CSRF
'disallowedAction' => 'The action you requested is not allowed.',

// Uploaded file moving
'alreadyMoved' => 'The uploaded file has already been moved.',
'invalidFile' => 'The original file is not a valid file.',
Expand All @@ -70,7 +67,4 @@
'uploadErrNoTmpDir' => 'File could not be uploaded: missing temporary directory.',
'uploadErrExtension' => 'File upload was stopped by a PHP extension.',
'uploadErrUnknown' => 'The file "%s" was not uploaded due to an unknown error.',

// SameSite setting
'invalidSameSiteSetting' => 'The SameSite setting must be None, Lax, Strict, or a blank string. Given: {0}',
];

0 comments on commit 0819d6f

Please sign in to comment.