]> git.xolatile.top Git - gorillanest.git/commitdiff
found (CGI) bottleneck
authoranon <anon@anon.anon>
Wed, 20 Aug 2025 22:18:23 +0000 (00:18 +0200)
committeranon <anon@anon.anon>
Wed, 20 Aug 2025 22:18:23 +0000 (00:18 +0200)
.gitignore
gorillanest.pl.cgi [changed mode: 0644->0755]

index ee9040973d8910a07b36cb27266783929f8d7bf0..225e5968c74025c6bf790e4ea1961e4b7584b771 100644 (file)
@@ -1,5 +1,7 @@
+nytprof/
 *.sqlite3
-config.pl
+*.db
+*.out
 git/*
 !git/public/.gitkeep
 !git/private/.gitkeep
old mode 100644 (file)
new mode 100755 (executable)
index c964c8f..4447e17
@@ -4,7 +4,6 @@ use strict;
 use warnings;
 
 use CGI;
-use Switch::Back;
 use Template;
 use URI::Escape;
 use Cwd;