Rename logger toggle function

This commit is contained in:
themodernhakr 2025-03-11 13:18:00 -05:00
parent 3ff1bded99
commit 3b6990be85

View File

@ -31,7 +31,7 @@ class logger {
}
}
function logging_toggle() {
function toggle() {
switch($logger) {
case 0:
$logger = true;