Commit 3a5bd0595edb7c204d9551c0744072f836c7a56c

Authored by pedroricardo
1 parent 03013c13
Exists in master and in 1 other branch 3.1

Correção de segurança no extrator

git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@1436 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
admin/extrai_cacic30.php
... ... @@ -3,7 +3,7 @@
3 3 $server = "localhost";
4 4 $db = "cacic";
5 5 $user = "root";
6   -$pass = "w1f1t1d1";
  6 +$pass = "";
7 7 $dbcon = new PDO("mysql:host={$server};dbname={$db}", $user, $pass);
8 8  
9 9 // Nome do diretório temporário
... ...