Changeset 8245
- Timestamp:
- 11/01/13 15:34:17 (9 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/js/rich_text_editor.js
r8192 r8245 287 287 } 288 288 289 289 290 cRichTextEditor.prototype.dataReady = function(id,reply) 290 291 { … … 310 311 input.focus(); 311 312 },500); 312 313 313 }; 314 314 }); -
trunk/prototype/config/OpenLDAP.srv
r8141 r8245 4 4 idAtribute = "uidNumber" 5 5 host = 127.0.0.1 6 context = " LDAP_DN"6 context = "dc=prognus" 7 7 ; Caso o LDAP requisite autenticacao, configure os parametros a seguir 8 8 ;user = -
trunk/prototype/config/PostgreSQL.srv
r7731 r8245 4 4 ; Conexao via socket unix 5 5 host = /tmp 6 ; Conex ão via TCP/IP6 ; Conexão via TCP/IP 7 7 ;host = 127.0.0.1 8 8 port = 5432 9 dbname = expresso 10 user = postgres9 dbname = expresso24angelo 10 user = expressodev 11 11 ; Caso o usuario tenha senha... 12 12 ;password= -
trunk/prototype/post.php
r6286 r8245 5 5 6 6 $data = $_POST; 7 7 8 8 if( count($_FILES) ) 9 9 {
Note: See TracChangeset
for help on using the changeset viewer.