@@ -17,8 +17,6 @@ |
||
17 | 17 | * @author XOOPS Development Team |
18 | 18 | */ |
19 | 19 | |
20 | -use Xmf\Language; |
|
21 | - |
|
22 | 20 | /** |
23 | 21 | * |
24 | 22 | * Prepares system prior to attempting to install module |
@@ -17,8 +17,6 @@ |
||
17 | 17 | * @author XOOPS Development Team |
18 | 18 | */ |
19 | 19 | |
20 | -use Xmf\Language; |
|
21 | - |
|
22 | 20 | if ((!defined('XOOPS_ROOT_PATH')) || !($GLOBALS['xoopsUser'] instanceof XoopsUser) |
23 | 21 | || !$GLOBALS['xoopsUser']->IsAdmin()) { |
24 | 22 | exit('Restricted access' . PHP_EOL); |