Ver código fonte

upd

station_14109
altob.rd 8 anos atrás
pai
commit
ce22b53b7b
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      controllers/Cars.php

+ 3
- 0
controllers/Cars.php Ver arquivo

@@ -49,6 +49,9 @@ class Cars extends CI_Controller
ob_end_clean();
ignore_user_abort();
ob_start();
echo 'ok';
header('Connection: close');
header('Content-Length: ' . ob_get_length());
ob_end_flush();


Carregando…
Cancelar
Salvar