aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Williams2025-08-21 09:53:10 +0000
committerEmil Williams2025-08-21 09:53:10 +0000
commitba0091b0deb9b11c398e05a80e80e6c903a280a6 (patch)
treee0b42af9eca817105e895525dd2ccb4a78da125b
parent468fd592c2124e91d4129ff21238fe7c2e44134e (diff)
downloadgorillanest-ba0091b0deb9b11c398e05a80e80e6c903a280a6.tar.xz
gorillanest-ba0091b0deb9b11c398e05a80e80e6c903a280a6.tar.zst
Isolate Things Pt. 3, +- Forgetting Emil
-rwxr-xr-xperl/cgi.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/cgi.pl b/perl/cgi.pl
index fc8e466..14bb100 100755
--- a/perl/cgi.pl
+++ b/perl/cgi.pl
@@ -113,6 +113,7 @@ sub GN::cgi {
}
sub GN::init() {
+ my $root = GIT_ROOT;
my %data = (
found => 0,
);
@@ -126,7 +127,6 @@ sub GN::init() {
}
sub GN::main() {
- my $root = GIT_ROOT;
my ($data, $routes, $routes_cache) = GN::init();
GN::cgi($data, $routes, $routes_cache);
}