summaryrefslogtreecommitdiffstats
path: root/collectstats.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2000-12-06 07:36:25 +0100
committergerv%gerv.net <>2000-12-06 07:36:25 +0100
commit8e7c07a12c3512f3be60231e3c68c1ebbaa366af (patch)
tree0bbe713659d91392f2ced1f6775f1aa527c90800 /collectstats.pl
parenta1e8485ef53e7dcab07bae5c2ddc9d0c94a97ffb (diff)
downloadbugzilla-8e7c07a12c3512f3be60231e3c68c1ebbaa366af.tar.gz
bugzilla-8e7c07a12c3512f3be60231e3c68c1ebbaa366af.tar.xz
Bug 6682: moving location of graph creation dir to graphs instead of data/mining, for security reasons.
Diffstat (limited to 'collectstats.pl')
-rwxr-xr-xcollectstats.pl8
1 files changed, 4 insertions, 4 deletions
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();