瀏覽代碼

更新加密解密函数

Anyon 8 年之前
父節點
當前提交
c42f7e0fac
共有 1 個文件被更改,包括 0 次插入13 次删除
  1. 0 13
      application/route.php

+ 0 - 13
application/route.php

@@ -1,14 +1 @@
 <?php
-// +----------------------------------------------------------------------
-// | ThinkPHP [ WE CAN DO IT JUST THINK ]
-// +----------------------------------------------------------------------
-// | Copyright (c) 2006~2016 http://thinkphp.cn All rights reserved.
-// +----------------------------------------------------------------------
-// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
-// +----------------------------------------------------------------------
-// | Author: liu21st <liu21st@gmail.com>
-// +----------------------------------------------------------------------
-
-return [
-    ':a-:b$' => ':1/:b'
-];