diff --git a/htaccess b/htaccess new file mode 100644 index 0000000..d5c6fde --- /dev/null +++ b/htaccess @@ -0,0 +1,28 @@ +# nao permite listar o conteudo de diretorios e permite execucao de links simbolicos +Options -Indexes +FollowSymlinks + +# Charset padrao para o sistema +AddDefaultCharset ISO-8859-1 + +# executa arquivos .css e .js como se fossem .php + + SetHandler application/x-httpd-php + + +# compressao de paginas servidas por php + + php_value zlib.output_compression 16386 + + +# restringe acesso ao arquivo .htaccess + + Order allow,deny + Deny from all + Satisfy All + + +# Diretivas PHP que sobrescrevem o php.ini +#php_flag register_globals on +#php_flag memory_limit 32M +#php_flag register_long_arrays on + diff --git a/language/en_US/introduction.html b/language/en_US/introduction.html index 9ebed91..409b4fe 100755 --- a/language/en_US/introduction.html +++ b/language/en_US/introduction.html @@ -1,5 +1,5 @@ -

CACIC is a computer inventory system. It is a group of software able to allow hardware and software inventory. Initialy developed by Dataprev-ES, but nowdays it has lot of community contributions. -

The web installer main goal is provide you an easy way for both install and setup CACIC base. See details bellow. +

CACIC is a computer inventory system. It is a group of software able to allow both hardware and software inventory. Initialy developed by Dataprev-ES, but nowdays it has lot of community contributions. +

This web installer main goal is provide you an easy way for both install and setup CACIC base. See details bellow.

Installation steps:

  1. Introduction - This page!
  2. diff --git a/menu_esq.php b/menu_esq.php index 8427c4b..6108bf7 100755 --- a/menu_esq.php +++ b/menu_esq.php @@ -360,8 +360,8 @@ else
    - +
    _('kciq_msg attention');?>: - _('kciq_msg javascript not enabled');?>
    diff --git a/relatorios/computador/inc_detalhes_computador.zip b/relatorios/computador/inc_detalhes_computador.zip deleted file mode 100755 index dc2dc67..0000000 Binary files a/relatorios/computador/inc_detalhes_computador.zip and /dev/null differ -- libgit2 0.21.2