renamed backend-libs to vendor
This commit is contained in:
parent
8958007119
commit
a564214373
540 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,6 @@
|
|||
"fightbulc/moment": "*"
|
||||
},
|
||||
"config": {
|
||||
"vendor-dir": "src/backend-libs"
|
||||
"vendor-dir": "src/vendor"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ extension_loaded("imap") || die('ERROR: IMAP extension not loaded. Please see th
|
|||
|
||||
|
||||
# load php dependencies:
|
||||
require_once './backend-libs/autoload.php';
|
||||
require_once './vendor/autoload.php';
|
||||
require_once './config_helper.php';
|
||||
require_once './user.php';
|
||||
require_once './imap_client.php';
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue