mirror of
https://github.com/brmlab/brmbiolab_sklad.git
synced 2025-10-29 06:24:01 +01:00
Initial commit
This commit is contained in:
commit
3b93da31de
1004 changed files with 265840 additions and 0 deletions
5
.htaccess
Normal file
5
.htaccess
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteRule ^$ app/webroot/ [L]
|
||||
RewriteRule (.*) app/webroot/$1 [L]
|
||||
</IfModule>
|
||||
Loading…
Add table
Add a link
Reference in a new issue