Pārlūkot izejas kodu

Merge branch 'develop' of zhengxifeng/zc100 into master

zhengxifeng 10 mēnešus atpakaļ
vecāks
revīzija
5b3117d574
1 mainītis faili ar 8 papildinājumiem un 1 dzēšanām
  1. 8
    1
      application/home/controller/City.php

+ 8
- 1
application/home/controller/City.php Parādīt failu

426
                 exit();
426
                 exit();
427
             }
427
             }
428
         }
428
         }
429
-        return "656565";
429
+
430
+
431
+        $url = 'https://'.$domain.'.zc10000.com';
432
+        header('HTTP/1.1 301 Moved Permanently');
433
+        header('Location: '.$url.'');
434
+        exit();
435
+
436
+        //return "656565";
430
     }
437
     }
431
 
438
 
432
     public  function  fileHandle()
439
     public  function  fileHandle()

Notiek ielāde…
Atcelt
Saglabāt