fix include

This commit is contained in:
3x0k1d 2025-05-05 07:26:31 +03:00
parent d6e117d66d
commit 1d9fe1eaf1

View File

@ -1,4 +1,6 @@
<?php <?php
include("baseModule.php");
$checker = new BaseModule( $checker = new BaseModule(
"igbinary", "igbinary",
"Module name: Igbinary is a drop in replacement for the standard PHP serializer. Instead of the time and space consuming textual representation used by PHP\'s serialize(), igbinary stores PHP data structures in a compact binary form. Memory savings are significant when using memcached, APCu, or similar memory based storages for serialized data. The typical reduction in storage requirements are around 50%. The exact percentage depends on the data.", "Module name: Igbinary is a drop in replacement for the standard PHP serializer. Instead of the time and space consuming textual representation used by PHP\'s serialize(), igbinary stores PHP data structures in a compact binary form. Memory savings are significant when using memcached, APCu, or similar memory based storages for serialized data. The typical reduction in storage requirements are around 50%. The exact percentage depends on the data.",