Update auth.php

This commit is contained in:
SubleXBle
2025-08-21 09:21:34 +02:00
committed by GitHub
parent 803f5ace37
commit 781d23e72d
+2
View File
@@ -67,9 +67,11 @@ function is_admin() {
}
// Session Debug
/*
function debug_session() {
echo "<pre>";
print_r($_SESSION);
echo "</pre>";
}
*/
?>