renamed backend-libs to vendor
This commit is contained in:
parent
8958007119
commit
a564214373
|
@ -7,6 +7,6 @@
|
||||||
"fightbulc/moment": "*"
|
"fightbulc/moment": "*"
|
||||||
},
|
},
|
||||||
"config": {
|
"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:
|
# load php dependencies:
|
||||||
require_once './backend-libs/autoload.php';
|
require_once './vendor/autoload.php';
|
||||||
require_once './config_helper.php';
|
require_once './config_helper.php';
|
||||||
require_once './user.php';
|
require_once './user.php';
|
||||||
require_once './imap_client.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 New Issue
Block a user