diff options
| author | Emil Williams | 2025-08-21 09:53:10 +0000 |
|---|---|---|
| committer | Emil Williams | 2025-08-21 09:53:10 +0000 |
| commit | ba0091b0deb9b11c398e05a80e80e6c903a280a6 (patch) | |
| tree | e0b42af9eca817105e895525dd2ccb4a78da125b | |
| parent | 468fd592c2124e91d4129ff21238fe7c2e44134e (diff) | |
| download | gorillanest-ba0091b0deb9b11c398e05a80e80e6c903a280a6.tar.xz gorillanest-ba0091b0deb9b11c398e05a80e80e6c903a280a6.tar.zst | |
Isolate Things Pt. 3, +- Forgetting Emil
| -rwxr-xr-x | perl/cgi.pl | 2 |
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); } |
