Commit 389fd63a749f6ba73d7e8cf5bef5b610883a0d06
1 parent
35b279c6
Exists in
master
and in
7 other branches
Atualização do ms_configura
Showing
4 changed files
with
1 additions
and
9 deletions
Show diff stats
ms_configura.php
| ... | ... | @@ -160,15 +160,7 @@ $i3geoEsquemasWL = array(); |
| 160 | 160 | Tipo: |
| 161 | 161 | {array} |
| 162 | 162 | */ |
| 163 | -$i3geoUploadDataWL = $i3geoUploadDataWL = array( | |
| 164 | - "arquivos" => array( | |
| 165 | - "Pasta 1"=>"/tmp/ms_tmp" | |
| 166 | - ), | |
| 167 | - "postgis" => array( | |
| 168 | - "esquemas"=>array("esquema1","i3geo_metaestat","public"), | |
| 169 | - "conexao"=>array("user"=> "postgres", "password"=>"postgres", "dbname"=>"i3geosaude", "host"=>"localhost", "port"=>"5432") | |
| 170 | - ) | |
| 171 | - ); | |
| 163 | +$i3geoUploadDataWL = ""; | |
| 172 | 164 | |
| 173 | 165 | //TODO documentar moodle |
| 174 | 166 | /* | ... | ... |