From 6add1dc5d772da8f201017ef690dac02ee00bee5 Mon Sep 17 00:00:00 2001 From: hbrain Date: Tue, 2 Jun 2026 13:11:55 +0200 Subject: [PATCH] Updated dynamic and HTML Titles --- index.php | 5 +---- new.php | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 7b61a60..fbbd7c2 100644 --- a/index.php +++ b/index.php @@ -317,14 +317,11 @@ $headerTitles = [ 'Mountain Valley Log', 'Miles Versus Logic', 'Motorcycle Voyage Log', - 'Mapped Vagabond Log', 'Multiple Viewpoints Log', 'Multiple Versions of Life', 'Motion, Velocity & Luck', 'Miles, Views & Life', 'Many Voices of Life', - 'Many Views of Life', - 'Miles Beyond Reality', 'Motion, Velocity & Lunacy', 'Maps, Villages & Legends', 'Multi-Vision Log', @@ -356,7 +353,7 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)]; -MVL +MVLog diff --git a/new.php b/new.php index 9187e61..48fe852 100644 --- a/new.php +++ b/new.php @@ -1261,7 +1261,7 @@ $editDir = null; $editStatus = ''; $editRunning = false; $editData = ['title'=>' if ($editName !== '' || $editId !== '') { try { $editDir = resolve_input_dir_from_request($config['uploads_dir'], $editId, $editName, $articleIndex); $editStatus = input_dir_status($editDir); $editRunning = input_dir_running($editDir); if (!$editRunning) { $editData = read_data($editDir); $editFiles = media_sort_files($editDir, list_files($editDir)); } } catch (Throwable $e) { $err = $e->getMessage(); } } $runningJobs = active_worker_jobs($config); ?> -MVL Admin +MVLog Admin