Debug the contents of REQUEST on every hit.

This commit is contained in:
Isaac Connor 2022-02-15 18:52:40 -05:00 committed by Ben Dailey
parent 5aef8408a4
commit 3a2e5a580b
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ if ( 0 and ZM\Logger::fetch()->debugOn() ) {
ZM\Debug(ob_get_contents());
ob_end_clean();
}
ZM\Debug(print_r($_REQUEST, true));
global $Servers;
$Servers = ZM\Server::find();