aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/Views
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-03-21 22:57:36 +0100
committerThomas Vanbesien <tvanbesi@proton.me>2026-03-21 22:57:36 +0100
commit6f300d7676aa36903c1a279aeb100d6f4caf1197 (patch)
tree134b4f7abee2525813c866f883997e6ab15b701b /src/app/Views
parentf9ad3f4dc05252839457579303a4e0a0f94d8b80 (diff)
downloadcamagru-6f300d7676aa36903c1a279aeb100d6f4caf1197.tar.gz
camagru-6f300d7676aa36903c1a279aeb100d6f4caf1197.zip
Replace home page with redirect to gallery or login
Diffstat (limited to 'src/app/Views')
-rw-r--r--src/app/Views/home/index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/app/Views/home/index.php b/src/app/Views/home/index.php
deleted file mode 100644
index f5cde93..0000000
--- a/src/app/Views/home/index.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php // Home page: displays a welcome message and database connection status.?>
-<h1>Welcome to Camagru</h1>
-<p>Database status: <?= htmlspecialchars($dbStatus) ?></p>