diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 1f09adc07..245b2838e 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,6 @@ 7.3.18 + - fix: diskUsage.pl (perlDreamer Consulting, LLC) + http://www.plainblack.com/bugs/tracker/diskusage.pl#tlMpeq3vzsd37pRHcz_NYg - fix: thread next/prev url (perlDreamer Consulting, LLC) http://www.plainblack.com/bugs/tracker/thread-next/prev-url/ - fix: getLineage joinClass expects string, not array ref (perlDreamer Consulting, LLC) diff --git a/sbin/diskUsage.pl b/sbin/diskUsage.pl index 719875328..64d3cfb06 100644 --- a/sbin/diskUsage.pl +++ b/sbin/diskUsage.pl @@ -1,4 +1,12 @@ -#!/data/wre/prereqs/perl/bin/perl +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2006 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- use lib "../lib"; use Getopt::Long;