Skip to content

Commit

Permalink
Adicionado diretiva para ignorar limite de memoria no arquvo de verif…
Browse files Browse the repository at this point in the history
…icacao. Closes #9
  • Loading branch information
marlinhares committed Mar 10, 2021
1 parent 1e0f3c1 commit bf9aafa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MdEstatisticas.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function getNome(){
}

public function getVersao() {
return '1.1.5';
return '1.1.6';
}

public function getInstituicao(){
Expand Down
2 changes: 2 additions & 0 deletions scripts/verifica_instalacao.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php
require_once dirname(__FILE__) . '/../../../SEI.php';

ini_set('memory_limit', '-1');

// Garante que codigo abaixo foi executado unicamente via linha de comando
if ($argv && $argv[0] && realpath($argv[0]) === __FILE__) {
InfraDebug::getInstance()->setBolLigado(true);
Expand Down

0 comments on commit bf9aafa

Please sign in to comment.