mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
9 lines
174 B
PHP
9 lines
174 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
putenv('SPC_IGNORE_BAD_HASH=yes');
|
|
|
|
require_once __DIR__ . '/../src/globals/internal-env.php';
|
|
require_once __DIR__ . '/mock/SPC_store.php';
|