Commit 1a1c220398dfe4d9ab96050f0f3bb7a9af0ac36b
1 parent
4b013b1d
Exists in
master
and in
7 other branches
Correção no caminho da biblioteca cpaint
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ferramentas/especies/pesquisa.php
... | ... | @@ -20,7 +20,7 @@ Include: |
20 | 20 | |
21 | 21 | */ |
22 | 22 | set_time_limit(180); |
23 | -require_once("../../classesjs/cpaint/cpaint2.inc.php"); | |
23 | +require_once("../../pacotes/cpaint/cpaint2.inc.php"); | |
24 | 24 | require_once("../../classesphp/pega_variaveis.php"); |
25 | 25 | require_once('../../pacotes/SOAP/nusoap.php'); |
26 | 26 | if (isset($g_sid)) | ... | ... |