bugfix .htaccess copied manually
This commit is contained in:
parent
618a2588be
commit
0e77b7ab4d
|
@ -37,6 +37,8 @@
|
|||
shell_exec("cp -r ".__ROOT__."/src/files/* ".$this->root);
|
||||
|
||||
|
||||
shell_exec("cp -r ".__ROOT__."/src/files/.htaccess ".$this->root."/.htaccess");
|
||||
|
||||
|
||||
/* [2] Browse each package to load
|
||||
=========================================================*/
|
||||
|
|
Loading…
Reference in New Issue