From 5b96007bfc4cca99e47a9e14d123a0092366cdfd Mon Sep 17 00:00:00 2001 From: fengyuexingzi Date: Thu, 21 Dec 2017 09:56:56 +0800 Subject: [PATCH] 'test' --- application/index/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/index/controller/Index.php b/application/index/controller/Index.php index 064cc8e..da20055 100644 --- a/application/index/controller/Index.php +++ b/application/index/controller/Index.php @@ -103,6 +103,6 @@ class Index extends Base public function test() { - echo md5(md5(md5(123456)) . 'CliDHObO'); + echo 'test'; } }