diff --git a/web/index.php b/web/index.php index 5ace8e9b6..abca33c9f 100644 --- a/web/index.php +++ b/web/index.php @@ -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();