From: anon Date: Wed, 20 Aug 2025 22:18:23 +0000 (+0200) Subject: found (CGI) bottleneck X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=d1b98371ee22b6e2f038650c6046f8063a928022;p=gorillanest.git found (CGI) bottleneck --- 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;