We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87fa7f commit 617aeb9Copy full SHA for 617aeb9
1 file changed
head.php
@@ -48,6 +48,10 @@
48
49
<meta name="keywords" content="DevSecOps, DevOps, security, hardening">
50
<meta name="author" content="Timo Pagel">
51
+<?php
52
+ $url = "https://dsomm.timo-pagel.de{$_SERVER['SCRIPT_NAME']}";
53
+ echo "<link rel='canonical' href=$url>";
54
+?>
55
</head>
56
57
<?php
0 commit comments