renamed web to web_main

This commit is contained in:
2025-12-01 12:37:40 +01:00
parent 11a9c33e26
commit 09cde37fdb
25 changed files with 26 additions and 28 deletions

15
web_main/autoload.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
/**
* @file
* Includes the autoloader created by Composer.
*
* This file was generated by drupal-scaffold.
*
* @see composer.json
* @see index.php
* @see core/install.php
* @see core/rebuild.php
*/
return require __DIR__ . '/../vendor/autoload.php';