2018-01-26 15:50:15 +01:00

11 lines
216 B
PHP

<?php
/**
* This makes our life easier when dealing with paths. Everything is relative
* to the application root now.
*/
chdir(dirname(__DIR__));
require 'vendor/autoload.php';
ini_set('memory_limit', '1240M');