5 lines
69 B
PHP
5 lines
69 B
PHP
|
<?php
|
||
|
|
||
|
set_time_limit(0);
|
||
|
|
||
|
require __DIR__.'/../vendor/autoload.php';
|