2024-10-03 10:45:05 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
2025-06-14 16:09:48 +08:00
|
|
|
putenv('SPC_IGNORE_BAD_HASH=yes');
|
|
|
|
|
|
2024-10-03 10:45:05 +08:00
|
|
|
require_once __DIR__ . '/../src/globals/internal-env.php';
|
2024-10-03 14:52:46 +08:00
|
|
|
require_once __DIR__ . '/mock/SPC_store.php';
|