5 lines
86 B
PHP
5 lines
86 B
PHP
<?php
|
|
ini_set('memory_limit', '1024M');
|
|
|
|
require __DIR__ . '/../vendor/autoload.php';
|