From 2cc4bd0663060328e1d9f388bc8b339895219fbe Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Sat, 9 Mar 2024 21:53:37 -0700 Subject: fix dist path for fruitvote --- html/public/fruitvote/GoPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/public') diff --git a/html/public/fruitvote/GoPage.php b/html/public/fruitvote/GoPage.php index c3a7d34..b6e205a 100644 --- a/html/public/fruitvote/GoPage.php +++ b/html/public/fruitvote/GoPage.php @@ -4,7 +4,7 @@ class GoPage { private $socket; private $template; - public function __construct($page, $socket = "/home/lizzy/fruitvote/http.sock", $start_cmd="/home/simponic/fruitvote/start.sh", $template="../template.html") { + public function __construct($page, $socket = "/home/simponic/fruitvote/http.sock", $start_cmd="/home/simponic/fruitvote/start.sh", $template = "../template.html") { $this->page = $page; $this->socket = $socket; $this->template = $template; -- cgit v1.2.3-70-g09d2