-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistry.php
60 lines (59 loc) · 2.95 KB
/
registry.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?php
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @copyright Fundação Telefônica - http://www.fundacaotelefonica.org.br
*
* @copyright Prefeitura Municipal de Araçatuba - http://www.aracatuba.sp.gov.br
* @copyright Prefeitura Municipal de Bebedouro - http://www.bebedouro.sp.gov.br
* @copyright Prefeitura Municipal de Diadema - http://www.diadema.sp.gov.br
* @copyright Prefeitura Municipal de Guarujá - http://www.guaruja.sp.gov.br
* @copyright Prefeitura Municipal de Itapecerica - http://www.itapecerica.sp.gov.br
* @copyright Prefeitura Municipal de Mogi das Cruzes - http://www.pmmc.com.br
* @copyright Prefeitura Municipal de São Carlos - http://www.saocarlos.sp.gov.br
* @copyright Prefeitura Municipal de Várzea Paulista - http://www.varzeapaulista.sp.gov.br
*
* @copyright Copyright (C) 2008
*
* @license GNU General Public License (GPL) - http://www.gnu.org/licenses/gpl.html
*
* @author Consulting services for Social Networks Creation by Instituto Fonte para o Desenvolvimento Social - < [email protected]> - http:// www.fonte.org.br
*
* @author Consulting services for Software Requirements by WebUse - <[email protected] > - http://webuse.com.br
*
* @author Initial Software development by W3S Solutions - <[email protected]> - http://w3s.com.br
*
* Changelog
*
* Author Date History
* ----------------------------------------- ------------ ------------------
* Saulo Esteves Rodrigues - W3S 29/01/2008 Create file
*
*/
define('CONFIG', 'config');
define('DBCONFIG', 'dbconfig');
define('VALIDATOR_RESOURCES', 'validatorResources');
define('LABEL_RESOURCES', 'labelResources');
define('SYS_MESSAGES', 'sysMessages');
define('DB_CONNECTION', 'dbConnection');
define('LOGGER_OPER', 'loggerOperations');
define('LOGGER_ERR', 'loggerErrors');
define('LOGGER_AUTH', 'loggerAuth');
define('LOGGER_IMPORT', 'loggerImport');
define('LOGGER_IMPORT_ADDRESS', 'loggerImportAddress');
define('LOGGER_IMPORT_SCHOOL', 'loggerImportSchool');
define('TPAGE', 'maxRecordsPerPage');
define('TENTITYPAGE', 'maxEntityRecordsPerPage');
define('TUSERPAGE', 'maxUserRecordsPerPage');
define('APP_PATH', 'app_path');