From 7acd96f359d9b6f4cb293ffe3a2d1811e10a4379 Mon Sep 17 00:00:00 2001 From: hbrain Date: Mon, 1 Jun 2026 13:25:32 +0200 Subject: [PATCH] Public URL fixed --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 438cab5..8d1cc6c 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ Production location: Public URLs: ```text -https://bubulescu.org/mvlog/ -https://bubulescu.org/mvlog/new.php -https://bubulescu.org/mvlog/login.php -https://bubulescu.org/mvlog/feed.php +https://bubulescu.org/ +https://bubulescu.org/new.php +https://bubulescu.org/login.php +https://bubulescu.org/feed.php ``` Important directories: @@ -92,7 +92,7 @@ The form uses PHP `mail()`, so server mail delivery must be configured (sendmail `feed.php` exposes an RSS feed of recent videos: ```text -https://bubulescu.org/mvlog/feed.php +https://bubulescu.org/feed.php ``` The feed includes video title, link, description, publication date, and video enclosure.