diff options
Diffstat (limited to 'www/vote.php')
-rw-r--r-- | www/vote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/vote.php b/www/vote.php index 20e77fc..0f33d75 100644 --- a/www/vote.php +++ b/www/vote.php @@ -7,7 +7,7 @@ * * vote/for/123 */ -require_once '../src/SemanticScuttle/header.php'; +require_once 'www-header.php'; if (!$GLOBALS['enableVoting']) { header('HTTP/1.0 501 Not implemented'); |