diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-31 08:40:14 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-31 08:40:14 +0100 |
commit | 1e108272b80251507c5a3fd814251fc4e1a2cbf6 (patch) | |
tree | 0b5eb75091e5215ae698400a3f70222626a9537b | |
parent | 609e851daf44854a6e2238f65980fb39f86f9e62 (diff) |
Wizard: F23 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 946f4631..ff7e9bd9 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', 22); +define('FC_EOL', 23); define('FC_DEV', 25); define('EL_EOL', 4); define('EL_DEV', 8); |