Explorar el Código

upd

station_14109
altob.rd hace 8 años
padre
commit
ce22b53b7b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      controllers/Cars.php

+ 3
- 0
controllers/Cars.php Ver fichero

@@ -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();


Cargando…
Cancelar
Guardar