make paths relative

This commit is contained in:
ghost 2023-11-29 23:13:16 +02:00
parent 24904f667e
commit 880764aa49
4 changed files with 8 additions and 12 deletions

View file

@ -272,7 +272,7 @@ $placeholder = sprintf(
</head>
<body>
<header>
<form name="search" method="GET" action="<?php echo $config->webui->url->base; ?>/search.php">
<form name="search" method="GET" action="search.php">
<h1><?php echo _('Yo!') ?></h1>
<input type="text" name="q" placeholder="<?php echo $placeholder ?>" value="" />
<button type="submit">