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