From 67627c5932fdc538e89f4f5c956e3c5bc4bacf1b Mon Sep 17 00:00:00 2001 From: QxQ Date: Tue, 19 Feb 2019 09:45:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9F=A5=E8=A9=A2=E6=A9=9F?= =?UTF-8?q?=E7=B6=B2=E9=A0=81=EF=BC=8C=E5=B0=8E=E5=90=91=E8=87=B3QCar2.htm?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/Qcar.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/controllers/Qcar.php b/controllers/Qcar.php index a3528b6..5a7ca6c 100644 --- a/controllers/Qcar.php +++ b/controllers/Qcar.php @@ -10,6 +10,9 @@ class Qcar extends CI_Controller function __construct() { + + header('Location: http://59.120.213.62/qcar2.html'); + exit; parent::__construct(); // ----- 程式開發階段log設定 ----- if (@ENVIRONMENT == 'development')