Разбил на классы

This commit is contained in:
2024-08-08 13:32:27 +03:00
parent 9dffa8c5d9
commit 1f96b88ac2
13 changed files with 205 additions and 158 deletions

View File

@ -1,2 +1,4 @@
<?php
require 'parser.php';
require_once 'log/log.php';
require_once 'vendor/autoload.php';
require_once 'app/app.php';