Skip to content

Commit 21e9044

Browse files
Fix broken relative links on manual pages
1 parent 84764ce commit 21e9044

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/header.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if (!isset($config["languages"])) {
6161
<meta charset="utf-8">
6262
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6363

64-
<base href="https://www.php.net">
64+
<base href="https://www.php.net/<?php echo $_SERVER['BASE_PAGE'] ?? '' ?>">
6565

6666
<title><?php echo $title ?></title>
6767

0 commit comments

Comments
 (0)