This commit is contained in:
notfire 2025-02-27 08:56:15 -05:00
parent e5fb91feff
commit 1749c9599d
Signed by: notfire
GPG key ID: 3AFDACAAB4E56B16

View file

@ -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("<link rel=\"stylesheet\" href=\"../css/admin.css\">");