diff --git a/admin_debug.php b/admin_debug.php index c125504f..10c18ce8 100644 --- a/admin_debug.php +++ b/admin_debug.php @@ -11,6 +11,9 @@ $checks = []; // Execute the git command to get the latest commit hash $commitHash = exec('git log -1 --format=%H'); +// Get branch info +$gitBranch = exec('git rev-parse --abbrev-ref HEAD'); + // Section: System Information $systemInfo = []; @@ -522,13 +525,17 @@ $mysqli->close();