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.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.407.17",
|
"version": "1.407.18",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -66,9 +66,7 @@ class HtmlService extends Service {
|
||||||
|
|
||||||
// Setting the version
|
// Setting the version
|
||||||
|
|
||||||
setcookie('vnVersion', $this->getVersion(), [
|
setcookie('vnVersion', $this->getVersion());
|
||||||
'SameSite' => 'Strict'
|
|
||||||
]);
|
|
||||||
|
|
||||||
// Loading the requested page
|
// Loading the requested page
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue