diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 16:47:52 -0600 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 16:47:52 -0600 |
commit | 4aced43e43ae4f0a88a777370a7471aecb0dc093 (patch) | |
tree | 4804b7791a2ac08e9714b75406ab6c38cfdda8b5 /html/public/fruitvote/GoPage.php | |
parent | def61909c2423b19b063a5807cc399a41de39974 (diff) | |
download | tilde.club-4aced43e43ae4f0a88a777370a7471aecb0dc093.tar.gz tilde.club-4aced43e43ae4f0a88a777370a7471aecb0dc093.zip |
add required args
Diffstat (limited to 'html/public/fruitvote/GoPage.php')
-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 7e03c35..d71f545 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", $template = "../template.html") { + public function __construct($page, $socket = "/home/simponic/fruitvote/http.sock", $template = "../template.html") { $this->page = $page; $this->socket = $socket; $this->template = $template; |