Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build/controllers/MimeTypeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ private function generateMimeTypesFile($outFile, $content)
* https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types
* This file has been placed in the public domain for unlimited redistribution.
*
* All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php
* All extra changes made to this file must be committed to /build/controllers/MimeTypeController.php
* otherwise they will be lost on next build.
*/
\$mimeTypes = $array;
Expand Down Expand Up @@ -153,7 +153,7 @@ private function generateMimeAliasesFile($outFile)
*
* This file contains aliases for MIME types.
*
* All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php
* All extra changes made to this file must be committed to /build/controllers/MimeTypeController.php
* otherwise they will be lost on next build.
*/
return $array;
Expand Down Expand Up @@ -217,7 +217,7 @@ private function generateMimeExtensionsFile($outFile, $content)
* https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types
* This file has been placed in the public domain for unlimited redistribution.
*
* All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php
* All extra changes made to this file must be committed to /build/controllers/MimeTypeController.php
* otherwise they will be lost on next build.
*/
return $array;
Expand Down
2 changes: 1 addition & 1 deletion framework/helpers/mimeAliases.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file contains aliases for MIME types.
*
* All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php
* All extra changes made to this file must be committed to /build/controllers/MimeTypeController.php
* otherwise they will be lost on next build.
*/
return [
Expand Down
2 changes: 1 addition & 1 deletion framework/helpers/mimeExtensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types
* This file has been placed in the public domain for unlimited redistribution.
*
* All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php
* All extra changes made to this file must be committed to /build/controllers/MimeTypeController.php
* otherwise they will be lost on next build.
*/
return [
Expand Down
2 changes: 1 addition & 1 deletion framework/helpers/mimeTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types
* This file has been placed in the public domain for unlimited redistribution.
*
* All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php
* All extra changes made to this file must be committed to /build/controllers/MimeTypeController.php
* otherwise they will be lost on next build.
*/
$mimeTypes = [
Expand Down
Loading