From d1b98371ee22b6e2f038650c6046f8063a928022 Mon Sep 17 00:00:00 2001 From: anon Date: Thu, 21 Aug 2025 00:18:23 +0200 Subject: [PATCH] found (CGI) bottleneck --- .gitignore | 4 +++- gorillanest.pl.cgi | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 gorillanest.pl.cgi diff --git a/.gitignore b/.gitignore index ee90409..225e596 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ +nytprof/ *.sqlite3 -config.pl +*.db +*.out git/* !git/public/.gitkeep !git/private/.gitkeep diff --git a/gorillanest.pl.cgi b/gorillanest.pl.cgi old mode 100644 new mode 100755 index c964c8f..4447e17 --- a/gorillanest.pl.cgi +++ b/gorillanest.pl.cgi @@ -4,7 +4,6 @@ use strict; use warnings; use CGI; -use Switch::Back; use Template; use URI::Escape; use Cwd; -- 2.39.5