Selaa lähdekoodia

Update authentication.php

FusionPBX 5 vuotta sitten
vanhempi
commit
3cccb9db36
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      core/authentication/resources/classes/authentication.php

+ 5 - 0
core/authentication/resources/classes/authentication.php

@@ -101,6 +101,11 @@ class authentication {
 				}
 				}
 			}
 			}
 
 
+		//add user logs
+			if (file_exists($_SERVER["PROJECT_ROOT"]."/app/user_logs/app_config.php")) {
+				user_logs::add($result);
+			}
+
 		//return the result
 		//return the result
 			return $result;
 			return $result;
 	}
 	}