+ throw exception is guids not appropriated to local site url

* basename extraction support multibyte strings filenames
This commit is contained in:
2022-07-10 19:51:25 +03:00
parent 84abee4234
commit 0e490e3fc6
6 changed files with 37 additions and 8 deletions

View File

@ -30,6 +30,7 @@ add_action('admin_menu', fn () => add_submenu_page(
//
// $ilabClassLoader = new Composer\Autoload\ClassLoader();
// $ilabLoader->unregister();
include __DIR__ . '/src/Support/helpers.php';
$localVendorAutoloadPath = 'vendor/autoload.php';
$projectVendorAutoloadPath = ABSPATH . 'vendor/autoload.php';