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 eee2e1c commit e35f4c8Copy full SHA for e35f4c8
router.php
@@ -2,6 +2,7 @@
2
3
// this is just for the easy bootstrapping of the demo
4
// adapted from http://stackoverflow.com/a/38926070
5
+// DON'T USE IN PRODUCTION, please code your own router or use a framework!
6
7
chdir(__DIR__);
8
$filePath = realpath('./src/'.ltrim($_SERVER["REQUEST_URI"], '/'));
0 commit comments