Commit 20872007f875927aa04546060eea02c86e9f604f
1 parent
a7320b17
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
testainstal.php
... | ... | @@ -50,6 +50,9 @@ i3geo/testainstal.php |
50 | 50 | |
51 | 51 | */ |
52 | 52 | error_reporting(E_ALL); |
53 | +include_once ("classesphp/funcoes_gerais.php"); | |
54 | +$versao = versao(); | |
55 | +$versao = $versao["principal"]; | |
53 | 56 | echo "<html><body>"; |
54 | 57 | echo "<pre>\n"; |
55 | 58 | echo "<b>TESTE DE INSTALACAO DO i3Geo</b><br>\n"; | ... | ... |