This commit is contained in:
Mateusz Gruszczyński 2025-05-16 12:11:22 +02:00
parent addb326a10
commit 5106e1fe91

View File

@ -14,6 +14,7 @@ if (!file_exists($drupal_path . '/includes/bootstrap.inc')) {
}
define('DRUPAL_ROOT', $drupal_path);
chdir(DRUPAL_ROOT);
require_once DRUPAL_ROOT . '/includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);