Skip to content

Commit b2ec09b

Browse files
committed
Patch framework (v4.2.0 => v4.4.2)
Conflicts: Controllers/Home.php Views/welcome_message.php app/Config/ContentSecurityPolicy.php app/Config/Kint.php app/Config/Paths.php app/Config/Routes.php app/Config/Routing.php app/Config/Session.php app/Views/errors/html/error_exception.php
1 parent 1deb3f1 commit b2ec09b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+784
-826
lines changed

app/Common.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
* The goal of this file is to allow developers a location
55
* where they can overwrite core procedural functions and
66
* replace them with their own. This file is loaded during
7-
* the bootstrap process and is called during the frameworks
7+
* the bootstrap process and is called during the framework's
88
* execution.
99
*
1010
* This can be looked at as a `master helper` file that is
1111
* loaded early on, and may also contain additional functions
1212
* that you'd like to use throughout your entire application
1313
*
14-
* @see: https://codeigniter4.github.io/CodeIgniter4/
14+
* @see: https://codeigniter.com/user_guide/extending/common.html
1515
*/

0 commit comments

Comments
 (0)