mirror of
https://github.com/itflow-org/itflow
synced 2026-07-23 08:50:42 +00:00
Rename plugins to libs and update all file references
This commit is contained in:
@@ -16,7 +16,7 @@ if (php_sapi_name() !== 'cli') {
|
||||
}
|
||||
|
||||
// Autoload (Webklex & any composer deps)
|
||||
require_once "../plugins/vendor/autoload.php";
|
||||
require_once "../libs/vendor/autoload.php";
|
||||
|
||||
// Get ITFlow config & helper functions
|
||||
require_once "../config.php";
|
||||
|
||||
Reference in New Issue
Block a user