0
1
Fork 0

access version chmod

This commit is contained in:
Juan Ferrer 2020-01-23 13:52:38 +01:00
parent cf1e1255bd
commit d4fae5b077
3 changed files with 3 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.01) stable; urgency=low
hedera-web (1.407.02) stable; urgency=low
* Initial Release.

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.407.01",
"version": "1.407.02",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {

View File

@ -65,6 +65,7 @@ class AccessVersion extends Vn\Web\JsonRequest {
copy($moduleFile['tmp_name'], $archiveFile);
rename($moduleFile['tmp_name'], $uploadFile);
chmod($archiveFile, 0644);
return TRUE;
}