fix
This commit is contained in:
parent
e5fb91feff
commit
1749c9599d
1 changed files with 1 additions and 1 deletions
|
@ -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\">");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue