浏览代码

Securise fixe

stany.ferer 3 月之前
父节点
当前提交
4b4f201dbd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/class/serverLog.class.php

+ 1 - 0
core/class/serverLog.class.php

@@ -18,6 +18,7 @@ class serverLog {
 
     public static function filtreLog(string $_log){
         $log = self::hidePassword($_log);
+        $log = self::hideEmail($log);
         self::printLog($log);
     }