@@ -1,7 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Xoopsmodules\instruction; |
|
4 | - |
|
5 | 3 | // Автор: andrey3761 |
6 | 4 | $moduleDirName = basename(dirname(__DIR__)); |
7 | 5 | require_once __DIR__ . '/../../../include/cp_header.php'; |
@@ -1,6 +1,5 @@ |
||
1 | 1 | <?php namespace Xoopsmodules\instruction; |
2 | 2 | |
3 | -use Xmf\Request; |
|
4 | 3 | use Xoopsmodules\instruction\common; |
5 | 4 | |
6 | 5 | require_once __DIR__ . '/common/VersionChecks.php'; |