Commit 505335e43ec3afba2d68cbf11425a3e4fbfdbb4b
1 parent
64a0a400
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
0 additions
and
31 deletions
Show diff stats
mobile/escala.php
1 | 1 | <?php |
2 | -/* | |
3 | -Title: escala.php | |
4 | - | |
5 | -Mostra a escala | |
6 | - | |
7 | -File: i3geo/mobile/escala.php | |
8 | - | |
9 | -About: Licença | |
10 | - | |
11 | -I3Geo Interface Integrada de Ferramentas de Geoprocessamento para Internet | |
12 | - | |
13 | -Direitos Autorais Reservados (c) 2006 Ministério do Meio Ambiente Brasil | |
14 | -Desenvolvedor: Edmar Moretti edmar.moretti@mma.gov.br | |
15 | - | |
16 | -Este programa é software livre; você pode redistribuí-lo | |
17 | -e/ou modificá-lo sob os termos da Licença Pública Geral | |
18 | -GNU conforme publicada pela Free Software Foundation; | |
19 | -tanto a versão 2 da Licença. | |
20 | -Este programa é distribuído na expectativa de que seja útil, | |
21 | -porém, SEM NENHUMA GARANTIA; nem mesmo a garantia implícita | |
22 | -de COMERCIABILIDADE OU ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. | |
23 | -Consulte a Licença Pública Geral do GNU para mais detalhes. | |
24 | -Você deve ter recebido uma cópia da Licença Pública Geral do | |
25 | -GNU junto com este programa; se não, escreva para a | |
26 | -Free Software Foundation, Inc., no endereço | |
27 | -59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. | |
28 | - | |
29 | -Parameters: | |
30 | - | |
31 | -tmpfname - nome do mapfile em uso | |
32 | -*/ | |
33 | 2 | require_once("../classesphp/funcoes_gerais.php"); |
34 | 3 | include_once ("../classesphp/pega_variaveis.php"); |
35 | 4 | include_once("../classesphp/carrega_ext.php"); | ... | ... |