Skip to content

Commit b1ae1e8

Browse files
committed
Show date
1 parent bf88119 commit b1ae1e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/server.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
echo $function_color('Version:') . " {$config['server']['PHPSERVER_VERSION']}\n";
134134
echo $function_color('PHP Binary:') . " {$php}\n";
135135
echo $function_color('Document Root:') . " {$root}\n";
136-
echo $function_color('Web Address:') . " http://{$host}:{$port}\n\n";
136+
echo $function_color('Web Address:') . " http://{$host}:{$port}\n";
137+
echo $function_color('Date:') . ' ' . date('r') . "\n\n";
137138

138139
passthru("{$php}{$ini} -S {$host}:{$port} -t {$root} {$router}");

0 commit comments

Comments
 (0)