diff options
-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); |