From 21dda105b2d6562757f5698a2cb8f18ae0192f0f Mon Sep 17 00:00:00 2001 From: 3x0k1d <3x0k1d@gmail.com> Date: Mon, 5 May 2025 05:50:59 +0300 Subject: [PATCH] meme --- checkers/baceChecker.php | 20 -------------------- checkers/php-igbinary.php | 10 ++++++++++ index.php | 2 +- 3 files changed, 11 insertions(+), 21 deletions(-) delete mode 100644 checkers/baceChecker.php create mode 100644 checkers/php-igbinary.php 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 '' . 'Тык ' . `[>`; } }