Fixes
gitea/hedera-web/pipeline/head This commit looks good
Details
gitea/hedera-web/pipeline/head This commit looks good
Details
This commit is contained in:
parent
2ad9675dd7
commit
d740c92efc
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.407.17) stable; urgency=low
|
||||
hedera-web (1.407.18) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.407.17",
|
||||
"version": "1.407.18",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
|
@ -66,9 +66,7 @@ class HtmlService extends Service {
|
|||
|
||||
// Setting the version
|
||||
|
||||
setcookie('vnVersion', $this->getVersion(), [
|
||||
'SameSite' => 'Strict'
|
||||
]);
|
||||
setcookie('vnVersion', $this->getVersion());
|
||||
|
||||
// Loading the requested page
|
||||
|
||||
|
|
Loading…
Reference in New Issue