diff --git a/checkers/baceChecker.php b/checkers/baceChecker.php deleted file mode 100644 index 5e4f688..0000000 --- a/checkers/baceChecker.php +++ /dev/null @@ -1,20 +0,0 @@ -name = $name; - $this->description = $description; - $this->status = $status; - } - - public function returnCheckStatus():int { - return 0; - } - public function selfCheck(): void { - - } - - -} \ No newline at end of file diff --git a/checkers/php-igbinary.php b/checkers/php-igbinary.php new file mode 100644 index 0000000..07526cc --- /dev/null +++ b/checkers/php-igbinary.php @@ -0,0 +1,10 @@ +Module: igbinary doesn\' loaded

'; +} +else{ + echo '

Module: igbinary is loaded

'; +} + + diff --git a/index.php b/index.php index eaed963..8cbac24 100644 --- a/index.php +++ b/index.php @@ -28,7 +28,7 @@ for ($i = 0; $i < count($module_list); $i++) { } else { echo '

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