mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-03 16:44:07 +02:00
8 lines
201 B
PHP
8 lines
201 B
PHP
<?php
|
|
/**
|
|
* SPDX-FileCopyrightText: 2014 Robin Appelman <icewind@owncloud.com>
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
date_default_timezone_set('UTC');
|
|
require_once __DIR__ . '/../vendor/autoload.php';
|