forked from verdnatura/hedera-web
access version fixes
This commit is contained in:
parent
5a8b0447dd
commit
c4ad0d77e0
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.407.04) stable; urgency=low
|
||||
hedera-web (1.407.05) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.407.04",
|
||||
"version": "1.407.05",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
|
@ -66,8 +66,8 @@ class AccessVersion extends Vn\Web\JsonRequest {
|
|||
rename($moduleFile['tmp_name'], $archiveFullPath);
|
||||
chmod($archiveFullPath, 0644);
|
||||
|
||||
@unlink ($headFile);
|
||||
symlink($headFile, $archiveRelPath);
|
||||
@unlink($headFile);
|
||||
symlink($archiveRelPath, $headFile);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue