diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 21:53:37 -0700 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 21:53:37 -0700 |
commit | 2cc4bd0663060328e1d9f388bc8b339895219fbe (patch) | |
tree | 59eb87b1bffde0373e2b57b2ddc507b086c855eb /html/public | |
parent | b30d8da939eb3310bdbe19b685fba867e62f7610 (diff) | |
download | tilde.club-2cc4bd0663060328e1d9f388bc8b339895219fbe.tar.gz tilde.club-2cc4bd0663060328e1d9f388bc8b339895219fbe.zip |
fix dist path for fruitvote
Diffstat (limited to 'html/public')
-rw-r--r-- | html/public/fruitvote/GoPage.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |