maintenanceMode.pl trying to FindBin

This commit is contained in:
Scott Walters 2012-06-22 15:14:35 -04:00
parent d10cabfc16
commit a5350dbc62

View file

@ -13,6 +13,10 @@
use strict;
use Getopt::Long;
use Pod::Usage;
use FindBin;
use lib "$FindBin::Bin/../lib";
use WebGUI::Paths -inc;
use WebGUI::Session;