1KA_F2F/frontend/drupal/modules/xautoload/xautoload.early.inc
2021-01-08 11:55:00 +01:00

14 lines
388 B
PHP

<?php
/**
* You can include this file as early in the request as you wish,
* e.g. from your site's settings.php, to make the class loader available for
* external libraries during bootstrap.
*
* This will *not* register any Drupal modules, because information about these
* might not be available yet.
*/
require_once __DIR__ . '/xautoload.early.lib.inc';
_xautoload_register();