@@ -19,7 +19,6 @@ |
||
19 | 19 | */ |
20 | 20 | |
21 | 21 | use Symfony\Component\HttpFoundation\JsonResponse; |
22 | - |
|
23 | 22 | use PMF\Helper\ResponseWrapper; |
24 | 23 | if (!defined('IS_VALID_PHPMYFAQ') || !$user->perm->checkRight($user->getUserId(), 'editconfig')) { |
25 | 24 | header('Location: http://'.$_SERVER['HTTP_HOST'].dirname($_SERVER['SCRIPT_NAME'])); |
@@ -18,7 +18,6 @@ |
||
18 | 18 | */ |
19 | 19 | |
20 | 20 | use Symfony\Component\HttpFoundation\JsonResponse; |
21 | - |
|
22 | 21 | use PMF\Helper\ResponseWrapper; |
23 | 22 | |
24 | 23 | define('IS_VALID_PHPMYFAQ', null); |
@@ -18,7 +18,6 @@ |
||
18 | 18 | */ |
19 | 19 | |
20 | 20 | use Symfony\Component\HttpFoundation\JsonResponse; |
21 | - |
|
22 | 21 | use PMF\Helper\ResponseWrapper; |
23 | 22 | |
24 | 23 | define('IS_VALID_PHPMYFAQ', null); |
@@ -24,7 +24,6 @@ |
||
24 | 24 | |
25 | 25 | use Symfony\Component\HttpFoundation\RedirectResponse; |
26 | 26 | use Symfony\Component\HttpFoundation\Response; |
27 | - |
|
28 | 27 | use PMF\Helper\ResponseWrapper; |
29 | 28 | |
30 | 29 | // |