diff options
| author | Remi Collet <remi@remirepo.net> | 2025-11-25 14:58:35 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-11-25 14:58:35 +0100 |
| commit | 2af5f4def86749a20d38d56bac4dffff738b4a80 (patch) | |
| tree | d6e3985e3b5d3b9d01e8ee89379901ec53fb161e /wizard | |
| parent | d759b35f60679518349aac6b65f8dac1413c0997 (diff) | |
Diffstat (limited to 'wizard')
| -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 5466ef6f..568fbb78 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', 40); +define('FC_EOL', 41); define('FC_DEV', 44); define('EL_EOL', 7); define('EL_DEV', 11); |
