We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676805e commit c7549f2Copy full SHA for c7549f2
system/CodeIgniter.php
@@ -47,7 +47,7 @@ class CodeIgniter
47
/**
48
* The current version of CodeIgniter Framework
49
*/
50
- public const CI_VERSION = '4.2.2';
+ public const CI_VERSION = '4.2.3';
51
52
53
* App startup time.
system/Security/Security.php
@@ -528,9 +528,9 @@ private function restoreHash(): void
528
}
529
530
531
- * Generates (Regenerate) the CSRF Hash.
+ * Generates (Regenerates) the CSRF Hash.
532
533
- protected function generateHash(): string
+ public function generateHash(): string
534
{
535
$this->hash = bin2hex(random_bytes(static::CSRF_HASH_BYTES));
536
0 commit comments