From c42f7e0fac1aef5504b10155b0b0e1586866f200 Mon Sep 17 00:00:00 2001 From: Anyon Date: Sun, 12 Feb 2017 21:48:14 -0500 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8A=A0=E5=AF=86=E8=A7=A3?= =?UTF-8?q?=E5=AF=86=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/route.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/application/route.php b/application/route.php index 7530ac8fb..b3d9bbc7f 100644 --- a/application/route.php +++ b/application/route.php @@ -1,14 +1 @@ -// +---------------------------------------------------------------------- - -return [ - ':a-:b$' => ':1/:b' -];