Explorar el Código

更新ip

master
QxQ hace 6 años
padre
commit
1ffb3fbcdf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      controllers/Qcar.php

+ 1
- 1
controllers/Qcar.php Ver fichero

@@ -12,7 +12,7 @@ class Qcar extends CI_Controller
{
$client_ip = $this->my_ip();
header('Location: http://'.$client_ip.'/qcar2.html');
header('Location: http://192.168.10.201/qcar2.html');
exit;
parent::__construct();
// ----- 程式開發階段log設定 -----


Cargando…
Cancelar
Guardar