second commit

This commit is contained in:
Dave Umrysh
2021-02-26 13:32:25 -07:00
parent dc8b19aade
commit 77749a9dab
18 changed files with 30201 additions and 1960 deletions

View File

@@ -15,7 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/
$vendorDirPath = '../vendor';
$vendorDirPath = '../../vendor';
if (file_exists($vendorDirPath . '/autoload.php')) {
require $vendorDirPath . '/autoload.php';
} else {