EHC Club Manager
logout.php File Reference

Variables

 $log_message = $_SESSION['user_name'] . " hat sich ausgeloggt."
 
 $log_category = "LOG_LOGOUT"
 
 $log_sql = "call log_message_for(?,?,?)"
 
 $log_stmt = $mysqli->prepare($log_sql)
 

Variable Documentation

◆ $log_category

$log_category = "LOG_LOGOUT"

◆ $log_message

$log_message = $_SESSION['user_name'] . " hat sich ausgeloggt."

◆ $log_sql

$log_sql = "call log_message_for(?,?,?)"

◆ $log_stmt

$log_stmt = $mysqli->prepare($log_sql)