From dd79ad7e59a633bba1532d68309a0675d7858505 Mon Sep 17 00:00:00 2001 From: "o.pinke" Date: Tue, 4 Jul 2023 17:19:57 +0200 Subject: [PATCH] add todo --- setup/lib/functions.phpinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);