wupengfei 2 years ago
parent
commit
17be135541
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .idea/workspace.xml
  2. 1 1
      application/common.php

+ 1 - 1
.idea/workspace.xml

@@ -267,7 +267,7 @@
       <workItem from="1679014817602" duration="22183000" />
       <workItem from="1679287382176" duration="14525000" />
       <workItem from="1679359715116" duration="25702000" />
-      <workItem from="1679532313623" duration="14360000" />
+      <workItem from="1679532313623" duration="14381000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/common.php

@@ -418,7 +418,7 @@ function get_short_name($name)
 {
     if(strlen($name) <= 8) return $name;
 
-    return  substr_replace($name,'****',3,strlen($name)-4);
+    return  substr_replace($name,'****',8);
 }