diff --git a/setup/lib/functions.phpinfo.php b/setup/lib/functions.phpinfo.php index 0c5e7ca..309038c 100644 --- a/setup/lib/functions.phpinfo.php +++ b/setup/lib/functions.phpinfo.php @@ -32,7 +32,7 @@ if (!defined('CON_FRAMEWORK')) { die('Illegal call'); } - +/** @todo move to enum */ define("E_EXTENSION_AVAILABLE", 1); define("E_EXTENSION_UNAVAILABLE", 2); define("E_EXTENSION_CANTCHECK", 3);