This commit is contained in:
Abdulrahman
2019-05-16 01:34:48 +03:00
parent bc1f19f140
commit 9b15e2a92e
7 changed files with 186 additions and 297 deletions

View File

@@ -160,6 +160,8 @@ case 'check':
if (function_exists('chmod'))
{
@chmod(PATH . 'cache', 0755);
@chmod(PATH . 'plugins', 0755);
@chmod(PATH . 'styles', 0755);
@chmod(PATH . 'uploads', 0755);
@chmod(PATH . 'uploads/thumbs', 0755);
}