We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf88119 commit b1ae1e8Copy full SHA for b1ae1e8
src/server.php
@@ -133,6 +133,7 @@
133
echo $function_color('Version:') . " {$config['server']['PHPSERVER_VERSION']}\n";
134
echo $function_color('PHP Binary:') . " {$php}\n";
135
echo $function_color('Document Root:') . " {$root}\n";
136
-echo $function_color('Web Address:') . " http://{$host}:{$port}\n\n";
+echo $function_color('Web Address:') . " http://{$host}:{$port}\n";
137
+echo $function_color('Date:') . ' ' . date('r') . "\n\n";
138
139
passthru("{$php}{$ini} -S {$host}:{$port} -t {$root} {$router}");
0 commit comments