Commit fbe7242bca02e923c075adb837fbf981d0f68ee2
1 parent
b5273bd5
Exists in
master
and in
1 other branch
[REFACT] Limpando código desnecessário.
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
controlador_ws.php
@@ -6,11 +6,6 @@ | @@ -6,11 +6,6 @@ | ||
6 | require_once dirname(__FILE__).'/../../SEI.php'; | 6 | require_once dirname(__FILE__).'/../../SEI.php'; |
7 | require_once dirname(__FILE__).'/vendor/autoload.php'; | 7 | require_once dirname(__FILE__).'/vendor/autoload.php'; |
8 | 8 | ||
9 | -ini_set('xdebug.var_display_max_depth', 100); | ||
10 | -ini_set('xdebug.var_display_max_children', 100); | ||
11 | -ini_set('xdebug.var_display_max_data', 2048); | ||
12 | -//echo '<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>'; | ||
13 | - | ||
14 | 9 | ||
15 | class TokenValidationMiddleware{ | 10 | class TokenValidationMiddleware{ |
16 | public function __invoke($request, $response, $next) | 11 | public function __invoke($request, $response, $next) |