[PRES] [web-pres2] master: Force base here too

[email protected] (Derick Rethans) Wed, 10 Jun 2026 09:58:57 +0000
Newsgroups php.pres
Message-ID <rmghdxpCUoVomOdxw9WZAOqHWpCVhoRLSTwD3DwMCeA@main.internal.php.net>
Author: Derick Rethans (derickr)
Date: 2026-06-10T10:58:41+01:00

Commit: https://github.com/php/web-pres2/commit/c8c92f694be37134c0f28a7a4b43a7465ce174e6
Raw diff: https://github.com/php/web-pres2/commit/c8c92f694be37134c0f28a7a4b43a7465ce174e6.diff

Force base here too

Changed paths:
  M  display.php


Diff:

diff --git a/display.php b/display.php
index 8032e9f..ca3a08c 100644
--- a/display.php
+++ b/display.php
@@ -59,7 +59,7 @@ function _presentation(&$presentation) {
 <!doctype html>
 <html>
 <head>
-<base href="$_SERVER[REQUEST_SCHEME]://$_SERVER[HTTP_HOST]$this->baseDir">
+<base href="https://talks.php.net$this->baseDir">
 <meta charset="utf-8">
 <title>{$presentation->title}</title>
 HEADER;