mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Update install.php
This commit is contained in:
parent
2c82373401
commit
3fe03edbc5
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ foreach (CHECK_REQUIREMENTS['ext_list'] as $ext) {
|
|||
out("- All extensions are installed!\n", 'success');
|
||||
|
||||
// Setting permissions
|
||||
out("\n- Setting permissions for folders...", 'info');
|
||||
out("- Setting permissions for folders...", 'info');
|
||||
chmod_r(BB_ROOT . 'data', 0755, 0644);
|
||||
chmod_r(BB_ROOT . 'internal_data', 0755, 0644);
|
||||
chmod_r(BB_ROOT . 'sitemap', 0755, 0644);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue