/home/suroeste/public_html/gorbus.transportessuroeste.com/suroeste/soporte
NameSizeModeActions
index.php1253530644editdlrm
soporte.htm1250644editdlrm
soporte.php550644editdlrm
soporte_det_ltr.css00644editdlrm
soporte_det_rtl.css00644editdlrm
soporte_download.php18770644editdlrm
soporte_erro.class.php14090644editdlrm
soporte_erro.php78720644editdlrm
soporte_fil_ltr.css00644editdlrm
soporte_fil_rtl.css00644editdlrm
soporte_grid_ltr.css00644editdlrm
soporte_grid_rtl.css00644editdlrm
soporte_json.php369800644editdlrm
soporte_res_ltr.css00644editdlrm
soporte_res_rtl.css00644editdlrm
soporte_session.php30650644editdlrm
soporte_teste.php460644editdlrm
Edit: /home/suroeste/public_html/gorbus.transportessuroeste.com/suroeste/soporte/soporte_erro.class.php (1409B)
script = ""; $this->linha = ""; $this->tipo = ""; $this->mensagem = ""; $this->complemento = ""; $this->msg_final = ""; } //----- function mensagem($script, $linha, $tipo, $mensagem, $complemento = "", $exibe = true) { $this->script = $script; $this->linha = $linha; $this->tipo = strtolower($tipo); $this->mensagem = trim($mensagem); $this->complemento = trim($complemento); if (isset($this->Ini->nm_bases_mssql) && in_array(strtolower($this->Ini->nm_tpbanco), $this->Ini->nm_bases_mssql) && strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN' && $this->tipo == 'banco' && empty($this->complemento)) { return false; } $this->monta_mensagem(); return scriptcase_error_handler(E_USER_ERROR, $this->msg_final, $script, $linha, $exibe); } //----- function monta_mensagem() { $mensagem = NM_encode_input($this->mensagem); if ("banco" == $this->tipo) { $mensagem .= "
" . NM_encode_input($this->complemento); } $this->msg_final = $mensagem; } } ?>