From 47bc60dc1f348b50dd6ee44ca7817caaec76d778 Mon Sep 17 00:00:00 2001 From: Matteo Pasotti Date: Thu, 3 Jan 2013 14:52:29 +0000 Subject: - rename Auth.pm --> Privileges.pm - moved Privileges module to a dedicated namespace (AdminPanel) - Privileges module now use English (for readability) --- apanel.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apanel.pl') diff --git a/apanel.pl b/apanel.pl index 9c6c4de2..c0a7a837 100755 --- a/apanel.pl +++ b/apanel.pl @@ -20,9 +20,9 @@ use strict; use warnings; use diagnostics; +use AdminPanel::Privileges; use FindBin; use lib "$FindBin::RealBin"; -use Auth; use MainDisplay; use yui; -- cgit v1.2.1