From cfaaccea5ea3cc6f89ec7505a3894de09b26e42e Mon Sep 17 00:00:00 2001 From: 3x0k1d <3x0k1d@gmail.com> Date: Mon, 5 May 2025 06:31:24 +0300 Subject: [PATCH] fix --- checkers/php-igbinary.php | 4 +--- index.php | 10 ++++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/checkers/php-igbinary.php b/checkers/php-igbinary.php index 8262572..db3aa38 100644 --- a/checkers/php-igbinary.php +++ b/checkers/php-igbinary.php @@ -5,6 +5,4 @@ echo ('

Original text: test test

'); $ser = igbinary_serialize(['test','test']); echo urlencode($ser), "\n"; -var_export(igbinary_unserialize($ser)); - - +var_export(igbinary_unserialize($ser)); \ No newline at end of file diff --git a/index.php b/index.php index 1efc4fd..10fdea4 100644 --- a/index.php +++ b/index.php @@ -29,14 +29,16 @@ for ($i = 0; $i < count($module_list); $i++) { else { echo '

'. $module_list[$i] .":"; echo '' . 'Тык ' . `

`; + + echo''. $module_list[$i] .''; if (!extension_loaded($module_list[$i])) { echo '
Module: '. $module_list[$i] . ' not loaded
'; } - else - { - echo '
Module: ' . $module_list[$i] . ' is loaded
'; - } + else + { + echo '
Module: ' . $module_list[$i] . ' is loaded
'; + } } }