From 8e7c07a12c3512f3be60231e3c68c1ebbaa366af Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Wed, 6 Dec 2000 06:36:25 +0000 Subject: Bug 6682: moving location of graph creation dir to graphs instead of data/mining, for security reasons. --- collectstats.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'collectstats.pl') diff --git a/collectstats.pl b/collectstats.pl index 145838014..9d813f63e 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -32,10 +32,10 @@ use vars @::legal_product; require "globals.pl"; # tidy up after graphing module -chdir("data/mining"); -unlink <*.gif>; -unlink <*.png>; -chdir("../.."); +chdir("graphs"); +unlink <./*.gif>; +unlink <./*.png>; +chdir(".."); ConnectToDatabase(1); GetVersionTable(); -- cgit v1.2.3-24-g4f1b