drop not maintained build-in server solution

This commit is contained in:
yggverse 2024-04-27 21:53:40 +03:00
parent 5464994fe3
commit e6781f867f
6 changed files with 4 additions and 333 deletions

View file

@ -15,7 +15,7 @@ if (false === sem_acquire($semaphore, true))
// Init config
$config = json_decode(
file_get_contents(
__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'crawler.json'
__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'config.json'
)
);