mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
10 lines
239 B
Text
10 lines
239 B
Text
--- tool/w3mmlconfig/mlconfig.cgi.in.orig 2017-01-07 22:24:38 UTC
|
|
+++ tool/w3mmlconfig/mlconfig.cgi.in
|
|
@@ -2,6 +2,7 @@
|
|
|
|
$DEBUG = 1;
|
|
|
|
+use lib '@CGI_BIN@';
|
|
require 'mlconfig-data.pl';
|
|
|
|
open(CHALLENGE, "$ENV{HOME}/.mlterm/challenge");
|