Browse Source

Securise fixe

stany.ferer 3 tháng trước cách đây
mục cha
commit
4b4f201dbd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);
     }