diff options
author | Remi Collet <remi@remirepo.net> | 2025-05-12 08:23:51 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-05-12 08:23:51 +0200 |
commit | 9cb4e60f4490f47669a75ce67be4bcd605c27813 (patch) | |
tree | d1726f09b5b6ffd9fcd8d9bdf104b8cf0826520b | |
parent | 67ba0566a09fba83942b7933fd25ed0e2d65b91d (diff) |
Wizard: F40 is EOL
-rw-r--r-- | wizard/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php index ad77ea1b..773aabda 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -8,7 +8,7 @@ <link rel="shortcut icon" href="/favicon.ico" /> </head> <?php -define('FC_EOL', 39); +define('FC_EOL', 40); define('FC_DEV', 43); define('EL_EOL', 7); define('EL_DEV', 10); |