Commit 77b80c915ac58f41d90efdd5cb57be57ac5ceaf5

Authored by eduardo.batista
1 parent 8149ca6b
Exists in master and in 1 other branch desenv

[FEAT] Bloqueando arquivo de teste

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
teste.php
1 1 <?
2   -
  2 +if($_REQUEST['key'] != 'lalilulelo'){
  3 + return false;
  4 +}
3 5 require_once __DIR__.'/../../SEI.php';
4 6  
5 7 ini_set('xdebug.var_display_max_depth', 100);
... ...