access version chmod
gitea/hedera-web/master This commit looks good
Details
gitea/hedera-web/master This commit looks good
Details
This commit is contained in:
parent
cf1e1255bd
commit
d4fae5b077
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.407.01) stable; urgency=low
|
hedera-web (1.407.02) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.407.01",
|
"version": "1.407.02",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -65,6 +65,7 @@ class AccessVersion extends Vn\Web\JsonRequest {
|
||||||
|
|
||||||
copy($moduleFile['tmp_name'], $archiveFile);
|
copy($moduleFile['tmp_name'], $archiveFile);
|
||||||
rename($moduleFile['tmp_name'], $uploadFile);
|
rename($moduleFile['tmp_name'], $uploadFile);
|
||||||
|
chmod($archiveFile, 0644);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue