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 b9f1e61 commit 5a3be03Copy full SHA for 5a3be03
phpserver/router.php
@@ -32,8 +32,10 @@
32
echo 'debug: '.$val.PHP_EOL.'<br/>'.PHP_EOL;
33
};
34
35
-/* Note: the code below is experimental and not intended to be used outside development environment.
36
-The code is protected against running outside of PHP built-in web server. */
+/**
+ * Note: the code below is experimental and not intended to be used outside development environment.
37
+ * The code is protected against running outside of PHP built-in web server.
38
+ */
39
40
if (php_sapi_name() === 'cli-server') {
41
$debug($_SERVER["REQUEST_URI"]);
0 commit comments