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("");