From 79b96ef0e1f0469e2e156035f740490a36055c22 Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Thu, 11 Jul 2013 14:16:10 +0200 Subject: [PATCH] moved/renamed cgitest to /tools/jtageditor.pl --- xml_spielwiese/cgitest.pl => tools/jtageditor.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename xml_spielwiese/cgitest.pl => tools/jtageditor.pl (99%) diff --git a/xml_spielwiese/cgitest.pl b/tools/jtageditor.pl similarity index 99% rename from xml_spielwiese/cgitest.pl rename to tools/jtageditor.pl index d125e98..102cfb3 100755 --- a/xml_spielwiese/cgitest.pl +++ b/tools/jtageditor.pl @@ -20,7 +20,7 @@ print "Content-type: text/html\n\n"; # field size information # check for maximum value -my $me = "cgitest.pl"; +my $me = "jtageditor.pl"; use strict; use warnings; -- 2.43.0