summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Quantum.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-20 23:10:32 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-28 22:41:58 +0200
commit5ac448e57e94bb8f286df0cfcebb7dfed066ed40 (patch)
tree8334bb1984f62f7463c1bb5f7750725abfe95266 /Bugzilla/Quantum.pm
parente1b48df3b5cdd81920782a8585864af3b294e919 (diff)
downloadbugzilla-5ac448e57e94bb8f286df0cfcebb7dfed066ed40.tar.gz
bugzilla-5ac448e57e94bb8f286df0cfcebb7dfed066ed40.tar.xz
add hypnotoad to vagrant
Diffstat (limited to 'Bugzilla/Quantum.pm')
-rw-r--r--Bugzilla/Quantum.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/Bugzilla/Quantum.pm b/Bugzilla/Quantum.pm
index 7209a204b..d9bb7a75a 100644
--- a/Bugzilla/Quantum.pm
+++ b/Bugzilla/Quantum.pm
@@ -33,9 +33,6 @@ sub startup {
my ($self) = @_;
$self->plugin('Bugzilla::Quantum::Plugin::Glue');
- my $port = $ENV{PORT} // 3000;
- untaint($port);
- $self->config(hypnotoad => {listen => ["http://*:$port"]});
my $r = $self->routes;
Bugzilla::Quantum::CGI->load_all($r);