array( 'user' => 'root', 'password' => '', ), ); /** * Simple function to show HTML page with given content. * * @return void */ function show_page($contents) { header('Content-Type: text/html; charset=utf-8'); echo '' . "\n"; ?>