summaryrefslogtreecommitdiffstats
path: root/static/api/vendor/autoload.php
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-22 14:07:46 +0200
committerDanilo M. <danix@danix.xyz>2026-04-22 14:07:46 +0200
commitc2f805c17713bc60a9cc8a353cf393226395ca46 (patch)
treecdaf815f617bd38dd5351e3feb46d4947362cf62 /static/api/vendor/autoload.php
parentb97022c6fd5351215adabfa90ef9c5c191ad8b7c (diff)
downloaddanixxyz-c2f805c17713bc60a9cc8a353cf393226395ca46.tar.gz
danixxyz-c2f805c17713bc60a9cc8a353cf393226395ca46.zip
Update: modified mail form backend for danix.xyz and added vendor folderrelease_22042026-1408
Diffstat (limited to 'static/api/vendor/autoload.php')
-rw-r--r--static/api/vendor/autoload.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/static/api/vendor/autoload.php b/static/api/vendor/autoload.php
new file mode 100644
index 0000000..33bdeb2
--- /dev/null
+++ b/static/api/vendor/autoload.php
@@ -0,0 +1,22 @@
+<?php
+
+// autoload.php @generated by Composer
+
+if (PHP_VERSION_ID < 50600) {
+ if (!headers_sent()) {
+ header('HTTP/1.1 500 Internal Server Error');
+ }
+ $err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
+ if (!ini_get('display_errors')) {
+ if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
+ fwrite(STDERR, $err);
+ } elseif (!headers_sent()) {
+ echo $err;
+ }
+ }
+ throw new RuntimeException($err);
+}
+
+require_once __DIR__ . '/composer/autoload_real.php';
+
+return ComposerAutoloaderInit826f515f5ef16946d3e3ee3e3205b25e::getLoader();