moved to /static to be deployed with the website

This commit is contained in:
Andreas Hnida 2024-04-26 23:16:30 +02:00
commit 0203015048
84 changed files with 11727 additions and 24 deletions

View file

@ -0,0 +1,10 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
);