1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/16213] Add .htaccess for phpbb and vendor folders

PHPBB-16213
This commit is contained in:
Marc Alexander
2024-07-07 15:22:23 +02:00
parent c790e81fb6
commit 8298095421
2 changed files with 26 additions and 0 deletions

View File

@@ -181,6 +181,7 @@
<!-- create an empty config.php file (not for diffs) -->
<touch file="build/new_version/phpBB3/config.php" />
<copy file="build/new_version/phpBB3/phpbb/.htaccess" tofile="build/new_version/phpBB3/vendor/.htaccess" />
</target>