mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
12 lines
313 B
PHP
12 lines
313 B
PHP
<?php
|
|
|
|
// autoload_files.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
$vendorDir . '/ircmaxell/password-compat/lib/password.php',
|
|
$vendorDir . '/swiftmailer/swiftmailer/lib/swift_required.php',
|
|
$baseDir . '/app/functions.php',
|
|
);
|