Commit 2d3851fce50fb7b52ee7301f1301b4c8846d6efa

Authored by Adriano Vieira
1 parent 1c327984
Exists in master and in 1 other branch 3.1

Gerente atualizado

- melhorias no código do instalador
- Evidenciado agradecimentos

git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@272 fecfc0c7-e812-0410-ae72-849f08638ee7
include/library.php
... ... @@ -14,7 +14,7 @@
14 14 Livre(FSF) Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
15 15 */
16 16 //session_start();
17   -define('CACIC',1);
  17 +@define('CACIC',1);
18 18  
19 19 @include_once('config.php');
20 20 require_once('define.php');
... ...
instalador/index.php
... ... @@ -19,10 +19,6 @@
19 19 if( ! defined( 'CACIC' ) )
20 20 define( 'CACIC', 1 );
21 21  
22   - // define Path para o CACIC
23   - $cacic_path = str_replace("instalador", '', dirname(__FILE__));
24   - define('CACIC_PATH', $cacic_path);
25   -
26 22 /*
27 23 * atribuições para o ambiente
28 24 */
... ...
tribo/docs/wiw.html
... ... @@ -86,6 +86,10 @@
86 86 </tr>
87 87 <tr>
88 88 <td></td>
  89 + <td>Marisol</td>
  90 + </tr>
  91 + <tr>
  92 + <td></td>
89 93 <td>?</td>
90 94 </tr>
91 95 </table>
... ...