From 1ffb3fbcdfbe85d81303f7d4aa5ea53286466305 Mon Sep 17 00:00:00 2001 From: QxQ Date: Fri, 22 Mar 2019 14:12:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/Qcar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/Qcar.php b/controllers/Qcar.php index 343e24b..af37a9e 100644 --- a/controllers/Qcar.php +++ b/controllers/Qcar.php @@ -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設定 -----