Changeset 442
- Timestamp:
- 05/13/08 17:38:43
- Arquivos:
-
- cacic/trunk/gerente/include/library.php (modified) (1 diff)
Legenda:
- Não modificado
- Adicionado
- Removido
- Modificado
- Copiado
- Movido
cacic/trunk/gerente/include/library.php
r441 r442 14 14 Livre(FSF) Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 15 15 */ 16 session_start(); 17 require_once 'config.php'; 16 17 @session_start(); 18 @define('CACIC',1); 19 20 @include_once('config.php'); 21 require_once('define.php'); 22 18 23 if(!include_once( TRANSLATOR_PATH.'/Translator.php')) 19 24 die ("<h1>There is a trouble with phpTranslator package. It isn't found.</h1>");
