mirror of
https://github.com/nextcloud/mail.git
synced 2025-08-20 16:08:52 +00:00

And stop server from doing the autoloading for us. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 lines
83 B
PHP
6 lines
83 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
require_once __DIR__ . '/../vendor/autoload.php';
|