From 1749c9599d4293a47de29907bd1c9a664381a075 Mon Sep 17 00:00:00 2001 From: notfire Date: Thu, 27 Feb 2025 08:56:15 -0500 Subject: [PATCH] fix --- admin/respond.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/respond.php b/admin/respond.php index 268b36a..52ad1a4 100644 --- a/admin/respond.php +++ b/admin/respond.php @@ -36,7 +36,7 @@ $arr = pg_fetch_array($qresp); $runOnLoad = "document.getElementById(\"passinput\").value = " . htmlspecialchars($arr["responsetext"]); $properTitle = $pageTitle . " – respond to question #" . $id; -include 'boilerplate/pageStart.php'; +include '../boilerplate/pageStart.php'; echo("");